在线时间5 小时
UID3491841
注册时间2018-7-3
NXP金币0
TA的每日心情 | 奋斗 2018-7-10 21:25 |
---|
签到天数: 3 天 连续签到: 1 天 [LV.2]偶尔看看I
新手上路

- 积分
- 19
- 最后登录
- 2018-8-22
|
@群里高手 大神,烦请抽空帮忙看看,目前遇到问题;imx6d vpu 硬解h264,延时有点大,200-300ms; 跟踪发现:info->minFrameBufferCount = VpuReadReg(RET_DEC_SEQ_FRAME_NEED); 这里minFrameBufferCount 值为6;即需要最小缓存6帧才开始解码;跟实际现象吻合;
设置为minFrameBufferCount = 1;时 解码就失败了;一直提示:
VPU doesn't have picture to be displayed.toutinfo.indexFrameDisplay = -3, -1 0,86884
VPU doesn't have picture to be displayed.toutinfo.indexFrameDisplay = -3, -3 0,5440
VPU doesn't have picture to be displayed.toutinfo.indexFrameDisplay = -3, -3 0,3033
VPU doesn't have picture to be displayed.toutinfo.indexFrameDisplay = -3, -3 0,3058
VPU doesn't have picture to be displayed.toutinfo.indexFrameDisplay = -3, -1 4,2777
VPU doesn't have picture to be displayed.toutinfo.indexFrameDisplay = -3, -3 4,2907
VPU doesn't have picture to be displayed.toutinfo.indexFrameDisplay = -3, -3 4,2640
VPU doesn't have picture to be displayed.toutinfo.indexFrameDisplay = -3, -3 4,2655
VPU doesn't have picture to be displayed.toutinfo.indexFrameDisplay = -3, -3 4,2461
VPU doesn't have picture to be displayed.toutinfo.indexFrameDisplay = -3, -3 4,2245
请帮忙指点下
|
|