简体   繁体   English

适用于H.264解码器的Android上的Openmax?

[英]Openmax on Android for H.264 decoder?

I am starting to develop a sample code to run H.264 decoder based on OpenMax IL. 我开始开发一个示例代码,以基于OpenMax IL运行H.264解码器。 The requirement is that the decoder should work fine on any chipest(like snapdragon, omap or others supporting OpenMax, I have got omap3 and qualcom samples, but I need a sample that could work on both omap3 and qualcom and others). 要求是解码器在任何芯片上都可以正常工作(例如snapdragon,omap或其他支持OpenMax的芯片,我有omap3和Qualcom样本,但我需要一个既可以在omap3和Qualcom上也可以工作的样本)。

Any suggestion for a starter? 有什么建议给初学者吗? Or any simple testing code for studying? 还是学习任何简单的测试代码?

You can download the bellagio - open max project ( I guess taken care by ST ) in the linux environment. 您可以在Linux环境中下载bellagio-open max项目(我想由ST负责)。 This will give you openmax component and openmax IL test application. 这将为您提供openmax组件和openmax IL测试应用程序。 Also, you can look into the Android - Stagefright code for your reference. 另外,您可以查看Android-Stagefright代码以供参考。 You can have a list of decoders and one can use the decoder based on the list priority. 您可以有一个解码器列表,并且可以根据列表优先级使用解码器。

Regards, Vibgyor 问候,Vibgyor

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM