博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
dm8148 开发之---IDR帧
阅读量:7067 次
发布时间:2019-06-28

本文共 1317 字,大约阅读时间需要 4 分钟。

IDR帧属于I帧。 解码器收到IDR帧时,将所有的队列丢弃(用x264_reference_reset函 数实现——在encoder.c文件中)。这点是所有I帧共有的特性,但是收到IDR帧 时,解码器另外需要做的工作就是:把所有的PPS和SPS参数进行更新。由此可见,在编码器端,每 发一个IDR,就相应地发一个 PPS&SPS_nal_unit。

 

8148 2.0 decode demo limit

3 Limitations

These data flows have the following limitations / constraints
 These data flows are implemented for DM814x SoC.
 The software mosaic support 2 scaler instance in one SWMS. That means you can archieve
32D1@30fps performance with only one SWMS. But please don’t use VIP scaler and DEI
scaler in the same SWMS, this will cause issue. You can use VIP scaler and SC5, or SC5 with
DEI scaler.
 SD display is not supported currently
 Graphic support is not added currently
 Multiple references frames is supported but only 1 reference frame(B-frame) has been tested
extensively, hence limited Generic Decoder testing has been conducted for H264
 The numbuf should always be greater than the displaydelay and preferably the difference
between them should be five or more
 Keep the numbuf = 16 and displaydelay = 10 in the ini file, for generic streams which have
multiple reference buffers
 Limitted error stream testing has been done
 Decoder assume the first frame shall be an IDR frame (SPS/PPS + I frame)
 MPEG4-ASP is not supported

i p b 详解

转载于:https://www.cnblogs.com/pengkunfan/p/3883529.html

你可能感兴趣的文章
Android chromium 2
查看>>
poj_3468,线段树成段更新
查看>>
什么是mybatis?
查看>>
【算法导论】学习笔记——第6章 堆排序
查看>>
NS3编译运行
查看>>
Python+Appium自动化环境搭建
查看>>
wap网站seo如何优化呢?
查看>>
Java基础-Date类常用方法介绍
查看>>
js 属性getset
查看>>
cursor:hand与cursor:pointer的区别介绍
查看>>
.net 4.0发布后不能正常显示图片问题
查看>>
小程序使用smart模板的方法
查看>>
HTPC家庭娱乐和XBOX未来发展畅想<另:创业工作机会>
查看>>
MUI下拉刷新
查看>>
C#操纵Excel,此工作薄包含嵌入对象,Office 2007的设定方法
查看>>
【转载】ANSYS 动力分析 (9) - 瞬态动力分析 (1)
查看>>
PHP观察者模式的简单实现
查看>>
Trivial File Transfer Protocol (TFTP)
查看>>
C++版 - LeetCode 144. Binary Tree Preorder Traversal (二叉树先根序遍历,非递归)
查看>>
前端开发之旅-zopim在线即时聊天客服
查看>>