2720
- 收藏
- 点赞
- 分享
- 举报
Hi3798cv200 avplay播放本地es流报Buffer满
本地解码4路1080P,H264格式,
但是跑了一段时间后,HI_UNF_AVPLAY_GetBuf()会报错,申请不到内存
查看proc下的vdec如下
# cat /proc/hisi/msp/vdec03
============================== VDEC3 ================================
Work State : RUN
VpssID : vpss03
VfmwID : vfmw03
Codec ID : H264(0x4)
Mode : NORMAL
Priority : 3
ErrCover : 100
OrderOutput : 0
CtrlOption* : 0x0
Capability : NORMAL/FULLHD/H264
Dynamic Frame Store : Enable
Secure Codec : FALSE
OMX Tunneled-Playback Mode : Close
Lowdelay : 0
-------------------Dynamic Frame Store Information--------------------
Dynamic Frame Store Mode : Self
DFS config Frame Number : 0
DFS Extra Frame Number : 4
DFS Delay Time(ms) : 0
DFS Max Mem Use(byte) : 0xb400000
DFS Memory PhyAddress : 0x0
DFS Memory Length(byte) : 0
--------------------------Stream Information--------------------------
Source : User3
StreamSize(Total/Current) : 0x522c0ec/0xfd859e
BitRate(bps) : 3351184
LumaBitdepth : 0
ChromaBitdepth : 0
StreamBufferSize(Total/Used/Persent): 0x1000000/0xfe25c7/99%
--------------------------Picture Information-------------------------
Width*Height : 1920*1080
Stride(Y/C) : 0x800/0x800
FrameRate(fps) : Real(18.57) FrameInfo(25000)
PlayFormat : OTHER(81)
FrmPackingType : 2D
Aspect(User/Decode) : 0:0/0:1
FieldMode : Frame
Type : Interlace
YUVFormat : UNKNOWN
TopFirst : TRUE
ErrFrame : 0
TypeNum(I/P) : 3822/0
FrameBuffer Range : [0x0,0x0]
VP6 Picture Reversed : NO
DMX/USER->VDEC
GetStreamBuffer(Try/OK) : 4950/4935
PutStreamBuffer(Try/OK) : 4935/4935
VDEC->VFMW
AcquireStream(Try/OK) : 33859/4935
ReleaseStream(Try/OK) : 3982/3982
VFMW->VPSS
AcquireFrame(Try/OK) : 3827/3822
ReleaseFrame(Try/OK) : 3819/3819
VPSS->AVPLAY
AcquireFrame(Try/OK) : 22944/7641
ReleaseFrame(Try/OK) : 7639/7639
--------------------------Other Information-------------------------
SrcFrmType : SDR
ColorSpace : UNKNOWN
=======================================================================
#
因为只解1路视频是不会有这个问题的,解4路就会出现。
请问是不是释放不及时?
代码里是HI_UNF_AVPLAY_GetBuf和HI_UNF_AVPLAY_PutBuf配对着这用的。
但是跑了一段时间后,HI_UNF_AVPLAY_GetBuf()会报错,申请不到内存
查看proc下的vdec如下
# cat /proc/hisi/msp/vdec03
============================== VDEC3 ================================
Work State : RUN
VpssID : vpss03
VfmwID : vfmw03
Codec ID : H264(0x4)
Mode : NORMAL
Priority : 3
ErrCover : 100
OrderOutput : 0
CtrlOption* : 0x0
Capability : NORMAL/FULLHD/H264
Dynamic Frame Store : Enable
Secure Codec : FALSE
OMX Tunneled-Playback Mode : Close
Lowdelay : 0
-------------------Dynamic Frame Store Information--------------------
Dynamic Frame Store Mode : Self
DFS config Frame Number : 0
DFS Extra Frame Number : 4
DFS Delay Time(ms) : 0
DFS Max Mem Use(byte) : 0xb400000
DFS Memory PhyAddress : 0x0
DFS Memory Length(byte) : 0
--------------------------Stream Information--------------------------
Source : User3
StreamSize(Total/Current) : 0x522c0ec/0xfd859e
BitRate(bps) : 3351184
LumaBitdepth : 0
ChromaBitdepth : 0
StreamBufferSize(Total/Used/Persent): 0x1000000/0xfe25c7/99%
--------------------------Picture Information-------------------------
Width*Height : 1920*1080
Stride(Y/C) : 0x800/0x800
FrameRate(fps) : Real(18.57) FrameInfo(25000)
PlayFormat : OTHER(81)
FrmPackingType : 2D
Aspect(User/Decode) : 0:0/0:1
FieldMode : Frame
Type : Interlace
YUVFormat : UNKNOWN
TopFirst : TRUE
ErrFrame : 0
TypeNum(I/P) : 3822/0
FrameBuffer Range : [0x0,0x0]
VP6 Picture Reversed : NO
DMX/USER->VDEC
GetStreamBuffer(Try/OK) : 4950/4935
PutStreamBuffer(Try/OK) : 4935/4935
VDEC->VFMW
AcquireStream(Try/OK) : 33859/4935
ReleaseStream(Try/OK) : 3982/3982
VFMW->VPSS
AcquireFrame(Try/OK) : 3827/3822
ReleaseFrame(Try/OK) : 3819/3819
VPSS->AVPLAY
AcquireFrame(Try/OK) : 22944/7641
ReleaseFrame(Try/OK) : 7639/7639
--------------------------Other Information-------------------------
SrcFrmType : SDR
ColorSpace : UNKNOWN
=======================================================================
#
因为只解1路视频是不会有这个问题的,解4路就会出现。
请问是不是释放不及时?
代码里是HI_UNF_AVPLAY_GetBuf和HI_UNF_AVPLAY_PutBuf配对着这用的。
我来回答
回答3个
时间排序
认可量排序
认可0
认可0
认可0
或将文件直接拖到这里
悬赏:
E币
网盘
* 网盘链接:
* 提取码:
悬赏:
E币
Markdown 语法
- 加粗**内容**
- 斜体*内容*
- 删除线~~内容~~
- 引用> 引用内容
- 代码`代码`
- 代码块```编程语言↵代码```
- 链接[链接标题](url)
- 无序列表- 内容
- 有序列表1. 内容
- 缩进内容
- 图片![alt](url)
相关问答
-
2017-08-15 11:10:05
-
2018-01-09 13:44:17
-
2020-05-16 01:44:30
-
2018-12-20 16:02:23
-
2017-11-08 15:42:54
-
2018-12-20 16:01:10
-
2020-09-28 10:10:31
-
2017-01-18 10:00:05
-
2018-12-21 11:30:04
-
2018-12-21 11:29:06
-
2019-08-08 10:57:48
-
102017-08-24 10:40:02
-
2020-01-23 00:17:06
-
2018-03-28 16:41:53
-
2019-01-22 18:02:14
-
2016-05-18 10:23:50
-
2019-12-23 10:45:12
-
2018-09-21 11:26:22
-
2018-04-16 20:44:14
无更多相似问答 去提问
点击登录
-- 积分
-- E币
提问
—
收益
—
被采纳
—
我要提问
切换马甲
上一页
下一页
悬赏问答
-
50如何获取vpss chn的图像修改后发送至vo
-
5FPGA通过Bt1120传YUV422数据过来,vi接收不到数据——3516dv500
-
50SS928 运行PQtools 拼接 推到设备里有一半画面会异常
-
53536AV100的sample_vdec输出到CVBS显示
-
10海思板子mpp怎么在vi阶段改变视频数据尺寸
-
10HI3559AV100 多摄像头同步模式
-
9海思ss928单路摄像头vio中加入opencv处理并显示
-
10EB-RV1126-BC-191板子运行自己编码的程序
-
10求HI3519DV500_SDK_V2.0.1.1
-
5有偿求HI3516DV500 + OV5647驱动
举报反馈
举报类型
- 内容涉黄/赌/毒
- 内容侵权/抄袭
- 政治相关
- 涉嫌广告
- 侮辱谩骂
- 其他
详细说明
提醒
你的问题还没有最佳答案,是否结题,结题后将扣除20%的悬赏金
取消
确认
提醒
你的问题还没有最佳答案,是否结题,结题后将根据回答情况扣除相应悬赏金(1回答=1E币)
取消
确认