MediaCodec Name & Type
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的更多相关文章
- MediaCodec文档翻译
MediaCodec|文档翻译 classoverView mediacodec类可以用来调用系统底层的编码/解码软件. mediacodec一般是这么用的: MediaCodec codec = M ...
- 【Android】Android Camera实时数据采集及通过MediaCodec硬编码编码数据的流程
吐槽: 其实常用流程都差不多,但是有时候还是会忘记某一步的详细用法,但是各位朋友请注意,官方已经不推荐Camera类的使用(现在是android.hardware.camera2),但无奈公司项目之前 ...
- Android官方多媒体API Mediacodec翻译(一)
因近期工作调整,关于Mediacodec部分的翻译会暂停,后续有时间一定补上,非常抱歉. 本文章为根据Android Mediacodec官方英文版的原创翻译,转载请注明出处:http://www.c ...
- Android多媒体--MediaCodec的实例化方法
*由于作者水平限制,文中难免有错误和不恰当之处,望批评指正. *转载请注明出处:http://www.cnblogs.com/roger-yu/ MediaCodec的实例化方法主要有两种: 1.使用 ...
- Android 用MediaCodec实现视频硬解码(转)
本文向你讲述如何用android标准的API (MediaCodec)实现视频的硬件编解码.例程将从摄像头采集视频开始,然后进行H264编码,再解码,然后显示.我将尽量讲得简短而清晰,不展示 那些不相 ...
- android MediaCodec 音频编解码的实现——转码
原文地址:http://blog.csdn.net/tinsanmr/article/details/51049179 从今天开始 每周不定期更新博客,把这一周在工作与学习中遇到的问题做个总结.俗话说 ...
- Android 用MediaCodec实现视频硬解码
http://blog.csdn.net/halleyzhang3/article/details/11473961 http://www.360doc.com/content/14/0119/10/ ...
- Android实现录屏直播(三)MediaProjection + VirtualDisplay + librtmp + MediaCodec实现视频编码并推流到rtmp服务器
请尊重分享成果,转载请注明出处,本文来自Coder包子哥,原文链接:http://blog.csdn.net/zxccxzzxz/article/details/55230272 Android实现录 ...
- Android Multimedia框架总结(二十三)MediaCodec补充及MediaMuxer引入(附案例)
请尊重分享成果,转载请注明出处,本文来自逆流的鱼yuiop,原文链接:http://blog.csdn.net/hejjunlin/article/details/53729575 前言:前面几章都是 ...
随机推荐
- 第十篇.bootstrap轮播
使用bootstrap的轮播插件可以向站点添加滑块,内容可以是图像,内嵌框架,视频或其它任何内容,使用轮播插件需要引入bootstrap.min.js. <div id="carous ...
- Unity3D之C# yield waitforseconds
Wait for seconds requires a couple things in order to work properly and chances are if it's not work ...
- string的实现
面试常常用到string类的实现,自己总结了一下: #pragma once #include <iostream> #include <cassert> #include & ...
- static的作用
在C语言中,static的字面意思很容易把我们导入歧途,其实它的作用有三条. (1)先来介绍它的第一条也是最重要的一条:隐藏. 当我们同时编译多个文件时,所有未加static前缀的全局变量和函数都具有 ...
- Longest Substring Without Repeating Characters (c#)
Given a string, find the length of the longest substring without repeating characters. For example, ...
- ubuntu 13.04 telnet 详细配置
1. sudo vi /etc/xinetd.d/telnet并加入以下内容:# default: on# description: The telnet server serves telnet s ...
- matlab初学之strcat、num2str
文章出处: http://blog.sina.com.cn/s/blog_6fb8aa0d01019id5.html http://wenda.so.com/q/1439143662729624 ht ...
- Spark源码学习1.5——BlockManager.scala
一.BlockResult类 该类用来表示返回的匹配的block及其相关的参数.共有三个参数: data:Iterator [Any]. readMethod: DataReadMethod.Valu ...
- 关于JavaEE 开发中web.xml的主要配置及其使用
web.xml 中的listener. filter.servlet 加载顺序及其详解 在项目中总会遇到一些关于加载的优先级问题,近期也同样遇到过类似的,所以自己查找资料总结了下,下面有些是转载其他人 ...
- 微软Face API体验——人脸检测
微软推出了全新REST API,现在可免费获取密钥,大家可以赶快申请!申请地址:https://cn.projectoxford.ai/subscription 看了网站的API介绍,忍不住赶快体验一 ...