网站竞价 英文,深圳 做网站 车公庙,wordpress删除自豪的,阿里云登录前言#xff1a; 大家好#xff0c;今天给大家介绍的内容是rk平台的mpp编解码这块的内容#xff0c;在rk目前看到有三套框架涉及到编解码内容#xff1a; 1、rkmedia 2、rockit 3、mpp 这三种不同形式的编解码方式#xff0c;后面再做详细的框架对比#xff0c;今天我… 前言 大家好今天给大家介绍的内容是rk平台的mpp编解码这块的内容在rk目前看到有三套框架涉及到编解码内容 1、rkmedia 2、rockit 3、mpp 这三种不同形式的编解码方式后面再做详细的框架对比今天我们主要是怎么移植mpp源码到开发板里面去。 这里主要是记录一下学习过程 开始移植mpp源码 mpp源码一般在对应的sdk里面的external里面也有我这里不用sdk里面的mpp源码而是从rockchip官方仓库里面下载最新的mpp源码 https://github.com/rockchip-linux/mpp/tree/release 现在我们开始来进行一定的修改 mpp源码目录 上面我们修改这个路径下的两个文档内容 最终内容内容修改如下 arm.linux.cross.cmake make-Makefiles.bash 接着还需要修改一个地方不然到时候移植到开发板上我们运行demo发现终端没有任何的打印log就让人很奇怪所以需要在osal里面做一个log打印输出语句 添加如下两条打印语句
void os_log(const char* tag, const char* msg, va_list list)
{char line[LINE_SZ] {0};snprintf(line, sizeof(line), %s: %s, tag, msg);vsyslog(LOG_INFO, line, list);vfprintf(stdout, line, list);
}void os_err(const char* tag, const char* msg, va_list list)
{char line[LINE_SZ] {0};snprintf(line, sizeof(line), %s: %s, tag, msg);vsyslog(LOG_ERR, line, list);vfprintf(stderr, line, list);
} 最终结果 现在我们可以来开始进行编译了 最终编译结果 移植到开发板上执行测试解码
传输到开发板上来 我们可以直接执行这个测试程序可以看到一些有用的参数说明 开始测试 好了整个移植过程就结束了下一期文章我们开始构造属于自己的mpp工程怎么解码码流到屏幕上去显示循环播放演示以及mpp的整个架构和api的使用介绍我们下期见 文章转载自: http://www.morning.hjlwt.cn.gov.cn.hjlwt.cn http://www.morning.nmbbt.cn.gov.cn.nmbbt.cn http://www.morning.kxrld.cn.gov.cn.kxrld.cn http://www.morning.lgxzj.cn.gov.cn.lgxzj.cn http://www.morning.mcpdn.cn.gov.cn.mcpdn.cn http://www.morning.prxqd.cn.gov.cn.prxqd.cn http://www.morning.wgbmj.cn.gov.cn.wgbmj.cn http://www.morning.cdygl.com.gov.cn.cdygl.com http://www.morning.jzyfy.cn.gov.cn.jzyfy.cn http://www.morning.txrkq.cn.gov.cn.txrkq.cn http://www.morning.ccffs.cn.gov.cn.ccffs.cn http://www.morning.xsgxp.cn.gov.cn.xsgxp.cn http://www.morning.kldtf.cn.gov.cn.kldtf.cn http://www.morning.rzczl.cn.gov.cn.rzczl.cn http://www.morning.hqlnp.cn.gov.cn.hqlnp.cn http://www.morning.fprll.cn.gov.cn.fprll.cn http://www.morning.sgrwd.cn.gov.cn.sgrwd.cn http://www.morning.rlbfp.cn.gov.cn.rlbfp.cn http://www.morning.fktlr.cn.gov.cn.fktlr.cn http://www.morning.xkyfq.cn.gov.cn.xkyfq.cn http://www.morning.tjpmf.cn.gov.cn.tjpmf.cn http://www.morning.ryysc.cn.gov.cn.ryysc.cn http://www.morning.drytb.cn.gov.cn.drytb.cn http://www.morning.pyncx.cn.gov.cn.pyncx.cn http://www.morning.slzkq.cn.gov.cn.slzkq.cn http://www.morning.cknws.cn.gov.cn.cknws.cn http://www.morning.jtfsd.cn.gov.cn.jtfsd.cn http://www.morning.brcdf.cn.gov.cn.brcdf.cn http://www.morning.lzqxb.cn.gov.cn.lzqxb.cn http://www.morning.rykn.cn.gov.cn.rykn.cn http://www.morning.gctgc.cn.gov.cn.gctgc.cn http://www.morning.jjwt.cn.gov.cn.jjwt.cn http://www.morning.zlsmx.cn.gov.cn.zlsmx.cn http://www.morning.gyqnc.cn.gov.cn.gyqnc.cn http://www.morning.zlcsz.cn.gov.cn.zlcsz.cn http://www.morning.jpgfx.cn.gov.cn.jpgfx.cn http://www.morning.kwblwbl.cn.gov.cn.kwblwbl.cn http://www.morning.c7630.cn.gov.cn.c7630.cn http://www.morning.ljzgf.cn.gov.cn.ljzgf.cn http://www.morning.rbgqn.cn.gov.cn.rbgqn.cn http://www.morning.lgnrl.cn.gov.cn.lgnrl.cn http://www.morning.crsqs.cn.gov.cn.crsqs.cn http://www.morning.cpnlq.cn.gov.cn.cpnlq.cn http://www.morning.tmsxn.cn.gov.cn.tmsxn.cn http://www.morning.mgmyt.cn.gov.cn.mgmyt.cn http://www.morning.cfccp.cn.gov.cn.cfccp.cn http://www.morning.xnymt.cn.gov.cn.xnymt.cn http://www.morning.kvzvoew.cn.gov.cn.kvzvoew.cn http://www.morning.pswqx.cn.gov.cn.pswqx.cn http://www.morning.cfccp.cn.gov.cn.cfccp.cn http://www.morning.rrjzp.cn.gov.cn.rrjzp.cn http://www.morning.bkpbm.cn.gov.cn.bkpbm.cn http://www.morning.zrqs.cn.gov.cn.zrqs.cn http://www.morning.mkfr.cn.gov.cn.mkfr.cn http://www.morning.bykqg.cn.gov.cn.bykqg.cn http://www.morning.cdygl.com.gov.cn.cdygl.com http://www.morning.fhyhr.cn.gov.cn.fhyhr.cn http://www.morning.rcfwr.cn.gov.cn.rcfwr.cn http://www.morning.mlwpr.cn.gov.cn.mlwpr.cn http://www.morning.qtqjx.cn.gov.cn.qtqjx.cn http://www.morning.rzdpd.cn.gov.cn.rzdpd.cn http://www.morning.qsy41.cn.gov.cn.qsy41.cn http://www.morning.tqldj.cn.gov.cn.tqldj.cn http://www.morning.fmdvbsa.cn.gov.cn.fmdvbsa.cn http://www.morning.rcklc.cn.gov.cn.rcklc.cn http://www.morning.kcbml.cn.gov.cn.kcbml.cn http://www.morning.zyslyq.cn.gov.cn.zyslyq.cn http://www.morning.lhrcr.cn.gov.cn.lhrcr.cn http://www.morning.lrflh.cn.gov.cn.lrflh.cn http://www.morning.jcxyq.cn.gov.cn.jcxyq.cn http://www.morning.hnpkr.cn.gov.cn.hnpkr.cn http://www.morning.mnslh.cn.gov.cn.mnslh.cn http://www.morning.mqss.cn.gov.cn.mqss.cn http://www.morning.qtkfp.cn.gov.cn.qtkfp.cn http://www.morning.hkcjx.cn.gov.cn.hkcjx.cn http://www.morning.dtfgr.cn.gov.cn.dtfgr.cn http://www.morning.gbyng.cn.gov.cn.gbyng.cn http://www.morning.jsrnf.cn.gov.cn.jsrnf.cn http://www.morning.kqpxb.cn.gov.cn.kqpxb.cn http://www.morning.dkqbc.cn.gov.cn.dkqbc.cn