-
所用的mpp版本为github上最新的。测试的mjpeg为ffmpeg提取的裸流,debug模式下的输出可以解码jpg文件时input 的pkt数量为0,mpi_poll一直timeout。而解码mjpeg文件的时候除了timeout还有一个mpp_parser_parse的问题。请问是advanced模式下的哪里的问题?还是我设置的参数或者输入的文件可能有问题。
祝好
toy…
-
ffmpeg unable to decode h264 stream with `h264_rkmpp` decoder.
Command I use:
```
ffmpeg -y -benchmark -t 30 -analyzeduration 1000000 -probesize 1000000 -fflags +igndts -hwaccel drm -hwaccel_device…
-
All,
Recently here at GEOS we are trying using a newer (for us) version of FMS (see #155) based on Xanadu for testing with MOM6 (and soon might move to something based off of your `master`). To tha…
-
关于这段代码:
mpp_dec_cfg_init(&cfg);
/* get default config from decoder context */
ret = mpp_mpi->control(mpp_ctx, MPP_DEC_GET_CFG, cfg);
说是获取解码器的默认配置, 这个所谓的默认配置在哪能看到? 我想知道解码输出的数据到底是RGB…
-
Current users of `osbuild-mpp` use conditional code often. #17 might resolve some of these issues but some [use cases](https://gitlab.com/search?group_id=51855499&nav_source=navbar&page=1&project_id=3…
-
在Linux 平台下进行H264 硬编码,调用mpp函数流程如下:
mpp_frame_set_width(frame, mpp_enc_data.width);
mpp_frame_set_height(frame, mpp_enc_data.height);
mpp_frame_set_hor_stride(frame, mpp_enc_data.hor_stri…
BEIWG updated
5 years ago
-
在实际项目中,我们使用纯外部的方式,发现mpp解码内部使用dma不固定, 很难统计到实际单路解码所需要dma的总用量,,可以请教一下mpp内部是怎么使用dma相关内存的。以下是mpp中解码模块占用的dma内存。还有未attached上的,是否也是解码模块的?
00987136 00000002 00080007 00000001 system-uncached 00050561 5448-e…
-
Thinking about #3863, and experimenting with a badly-connected node, suggests to me that we badly mismanage the given `pay` budget.
I made some large payments of about a millibitcoin or so (large r…
-
[ 8.592747] rockchip-snps-pcie3-phy fe8c0000.phy: failed to find rockchip,pipe_grf regmap
[ 8.597690] rk-pcie 3c0000000.pcie: invalid prsnt-gpios property in node
[ 8.598318] rk-pcie 3c0800…
-
uboot need to change?
I flush image from here: https://github.com/ophub/amlogic-s9xxx-armbian/releases
but no mpp support
I want to find a workable kernel with hw encoder/decoder support