-
这是编码过程中的代码,希望有大佬有时间可以讨论下,看到会回复。
int t_hor_stride =(MPP_ALIGN(my_def_width, 16));
int t_ver_stride =(MPP_ALIGN(my_def_height, 16));
//printf("encode\n");
if(set_bps == 0){
if…
-
## Expected Behavior
Cmake and make both succeed.
## Current Behavior
Cmake succeeds, but make does not.
Cmake:
```
[ec2-user@ip-10-0-2-171 build]$ cmake .. -DWRF_HYDRO=1 -DHYDRO_D=0 -DSPATI…
-
出现的问题和#433《mpp解码后数据拷贝占用CPU,是否有更好方式进行拷贝?》类似,
目前使用硬件平台:rk3588
mpp版本:release
视频渲染软件使用 Qt5.15+OPENGL ES 3.2,将解码后的数据拷贝到GPU,利用OPENGL中的转换矩阵对YUV420SP数据转换并渲染
问题:
在从mpp的buffer中memcpy到OPENGL的PBO中时(数据量大小:192…
-
有没有硬解码的dmeo,拉流发现cpu占用太多
-
Dear all ( @cardigliano )
According to https://www.ntop.org/pf_ring/introducing-pf_ring-zc-support-for-intel-e810-based-100g-adapters/
pf_ring can transmitting almost **90 Mpps** by using a single c…
-
请问下楼主,库是您自己编译的吗。我加载到别的RK3399安卓板用不起来.
-
RK3588在UDP流解码时,可能由于UDP数据有丢包问题,在解码的过程中会出现
mpp_rkvdec2 fdc48100.rkvdec-core: resetting...
mpp_rkvdec2 fdc48100.rkvdec-core: reset done
出现这个打印后,解码器会在几秒内无法正确解出图像。
个人认为,
当数据有问题,可以出现马赛克,当遇到正确I帧后恢…
-
https://github.com/airockchip/librga/issues/93
mpp解码中的内存使用内部分配模式:
```c++
mpp_buffer_group_get_internal(&m_buffer_group, MPP_BUFFER_TYPE_DRM);
```
解码后,通过 `mpp_buffer_get_fd(mpp_frame_get_buffer(…
-
Hi David,
As I spoke about in our meeting yesterday: I ran three cognate MAGs (i.e., the same organism) that were 99, 99, and 91% complete (by checkM) through MPP individually. All three came back wi…
-
**Describe the bug**
The FourierEncoder module assumes that the input data is in the format of (x, y, z, time, charge, auxiliary). However, e.g. for the IceCube86 detector, data comes in the format …