OMX.google.mp3.decoder support type:audio/mpeg
OMX.google.amrnb.decoder support type:audio/3gpp
OMX.google.amrwb.decoder support type:audio/amr-wb
OMX.google.aac.decoder support type:audio/mp4a-latm
OMX.google.g711.alaw.decoder support type:audio/g711-alaw
OMX.google.g711.mlaw.decoder support type:audio/g711-mlaw
OMX.google.vorbis.decoder support type:audio/vorbis
OMX.google.opus.decoder support type:audio/opus
OMX.google.raw.decoder support type:audio/raw
OMX.google.aac.encoder support type:audio/mp4a-latm
OMX.google.amrnb.encoder support type:audio/3gpp
OMX.google.amrwb.encoder support type:audio/amr-wb
OMX.google.flac.encoder support type:audio/flac
OMX.google.gsm.decoder support type:audio/gsm
OMX.qcom.video.encoder.mpeg4 support type:video/mp4v-es
OMX.qcom.video.encoder.h263 support type:video/3gpp
OMX.qcom.video.encoder.avc support type:video/avc
OMX.qcom.video.encoder.vp8 support type:video/x-vnd.on2.vp8
OMX.qcom.video.decoder.avc support type:video/avc
OMX.qcom.video.decoder.mpeg4 support type:video/mp4v-es
OMX.qcom.video.decoder.h263 support type:video/3gpp
OMX.qcom.video.decoder.vp8 support type:video/x-vnd.on2.vp8
OMX.qcom.video.decoder.hevc support type:video/hevc
OMX.google.mpeg4.decoder support type:video/mp4v-es
OMX.google.h263.decoder support type:video/3gpp
OMX.google.h264.decoder support type:video/avc
OMX.google.hevc.decoder support type:video/hevc
OMX.google.vp8.decoder support type:video/x-vnd.on2.vp8
OMX.google.vp9.decoder support type:video/x-vnd.on2.vp9
OMX.google.h263.encoder support type:video/3gpp
OMX.google.h264.encoder support type:video/avc
OMX.google.mpeg4.encoder support type:video/mp4v-es
OMX.google.vp8.encoder support type:video/x-vnd.on2.vp8

MediaCodec Name & Type的更多相关文章

  1. MediaCodec文档翻译

    MediaCodec|文档翻译 classoverView mediacodec类可以用来调用系统底层的编码/解码软件. mediacodec一般是这么用的: MediaCodec codec = M ...

  2. 【Android】Android Camera实时数据采集及通过MediaCodec硬编码编码数据的流程

    吐槽: 其实常用流程都差不多,但是有时候还是会忘记某一步的详细用法,但是各位朋友请注意,官方已经不推荐Camera类的使用(现在是android.hardware.camera2),但无奈公司项目之前 ...

  3. Android官方多媒体API Mediacodec翻译(一)

    因近期工作调整,关于Mediacodec部分的翻译会暂停,后续有时间一定补上,非常抱歉. 本文章为根据Android Mediacodec官方英文版的原创翻译,转载请注明出处:http://www.c ...

  4. Android多媒体--MediaCodec的实例化方法

    *由于作者水平限制,文中难免有错误和不恰当之处,望批评指正. *转载请注明出处:http://www.cnblogs.com/roger-yu/ MediaCodec的实例化方法主要有两种: 1.使用 ...

  5. Android 用MediaCodec实现视频硬解码(转)

    本文向你讲述如何用android标准的API (MediaCodec)实现视频的硬件编解码.例程将从摄像头采集视频开始,然后进行H264编码,再解码,然后显示.我将尽量讲得简短而清晰,不展示 那些不相 ...

  6. android MediaCodec 音频编解码的实现——转码

    原文地址:http://blog.csdn.net/tinsanmr/article/details/51049179 从今天开始 每周不定期更新博客,把这一周在工作与学习中遇到的问题做个总结.俗话说 ...

  7. Android 用MediaCodec实现视频硬解码

    http://blog.csdn.net/halleyzhang3/article/details/11473961 http://www.360doc.com/content/14/0119/10/ ...

  8. Android实现录屏直播(三)MediaProjection + VirtualDisplay + librtmp + MediaCodec实现视频编码并推流到rtmp服务器

    请尊重分享成果,转载请注明出处,本文来自Coder包子哥,原文链接:http://blog.csdn.net/zxccxzzxz/article/details/55230272 Android实现录 ...

  9. Android Multimedia框架总结(二十三)MediaCodec补充及MediaMuxer引入(附案例)

    请尊重分享成果,转载请注明出处,本文来自逆流的鱼yuiop,原文链接:http://blog.csdn.net/hejjunlin/article/details/53729575 前言:前面几章都是 ...

随机推荐

  1. 锤子手机 Smartisan M1L 咖啡金 真皮背面 高配版 5.7

    http://www.smartisan.com/m1/#/os    快人一步的OS http://www.smartisan.com/shop/#/buyphone?c=coffee&v= ...

  2. Jstorm可靠性分析

    去掉storm可靠性有三种方式: 1.Config.TOPOLOGY_ACKERS 设置为0: 2.在发送数据时不带上mesage id: 3.将tuple不做anchor发送到下一个节点,因为没有a ...

  3. java 读取properties文件

    import java.io.IOException; import java.io.InputStream; import java.util.Properties; public class Ge ...

  4. SharePoint Calculated Columns 分类: Sharepoint 2015-07-09 01:49 8人阅读 评论(0) 收藏

    SharePoint Calculated Columns are powerful tools when creating out-of-the-box solutions. With these ...

  5. Raspberry Pi I2C驱动 (Python)

    本文参考 http://www.instructables.com/id/Raspberry-Pi-I2C-Python/all/?lang=zh 作者 AntMan232 In this instr ...

  6. 011-Scala中的apply实战详解

    011-Scala中的apply实战详解 object中的apply方法 class中的apply方法 使用方法 apply方法可以应用在类或者Object对象中 class类 必须要创建实例化的类对 ...

  7. SQL Server中查询某个数据库中表的个数

    --SQL Server中 数表: SELECT * FROM SYSOBJECTS WHERE xtype = 'U'; SELECT COUNT(*) FROM SYSOBJECTS WHERE ...

  8. 使linux服务器默认使用中文字符集zh_CN.UTF-8

    一.问题描述和相关概念 linux服务器的字符集设置可能影响到网站页面出现 “???” 等问号乱码,还有可能导致文件中的汉字部分出现乱码. locales设置:语言设置选项   linux真的是一个非 ...

  9. 第六章 第一个Linux驱动程序:统计单词个数

    现在进入了实战阶段,使用统计单词个数的实例让我们了解开发和测试Linux驱动程序的完整过程.第一个Linux驱动程序是统计单词个数. 这个Linux驱动程序没有访问硬件,而是利用设备文件作为介质与应用 ...

  10. php web系统多域名登录失败解决方法

    下面只是简单的逻辑结构,对于正式的系统需要做具体的处理. 这里需要注意的是:加解密一定需要做安全验证.但是这个方法也不够完美,两个站点必须有相同一级域名:另外这种完全基于cookie的方式,安全性不够 ...