2013-10-08 01:05:12 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<!-- Copyright 2013 The Android Open Source Project
|
device/qcom/common: Add media_profiles.xml and media_codecs.xml
- Updated media_codecs.xml with
Audio codecs: aac, amrnb, amrwb, wma, ac3, qcelp13, evrc
Video codecs: h264, h263, mpeg4, mpeg2, wmv, divx, vp8
- media_profiles.xml: Enabled wmv and wma codec profiles
Change-Id: Ie6a5db70a0bc7d0f3f8c70a55528e3a6c6295002
2012-06-28 19:04:25 +00:00
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
-->
|
2013-10-08 01:05:12 +00:00
|
|
|
|
|
|
|
<MediaCodecs>
|
device/qcom/common: Add media_profiles.xml and media_codecs.xml
- Updated media_codecs.xml with
Audio codecs: aac, amrnb, amrwb, wma, ac3, qcelp13, evrc
Video codecs: h264, h263, mpeg4, mpeg2, wmv, divx, vp8
- media_profiles.xml: Enabled wmv and wma codec profiles
Change-Id: Ie6a5db70a0bc7d0f3f8c70a55528e3a6c6295002
2012-06-28 19:04:25 +00:00
|
|
|
<Encoders>
|
2013-10-08 01:05:12 +00:00
|
|
|
<MediaCodec name="OMX.qcom.video.encoder.mpeg4" type="video/mp4v-es" >
|
device/qcom/common: Add media_profiles.xml and media_codecs.xml
- Updated media_codecs.xml with
Audio codecs: aac, amrnb, amrwb, wma, ac3, qcelp13, evrc
Video codecs: h264, h263, mpeg4, mpeg2, wmv, divx, vp8
- media_profiles.xml: Enabled wmv and wma codec profiles
Change-Id: Ie6a5db70a0bc7d0f3f8c70a55528e3a6c6295002
2012-06-28 19:04:25 +00:00
|
|
|
<Quirk name="requires-allocate-on-input-ports" />
|
2013-10-08 01:05:12 +00:00
|
|
|
<Quirk name="requires-allocate-on-output-ports"/>
|
|
|
|
<Quirk name="requires-loaded-to-idle-after-allocation"/>
|
device/qcom/common: Add media_profiles.xml and media_codecs.xml
- Updated media_codecs.xml with
Audio codecs: aac, amrnb, amrwb, wma, ac3, qcelp13, evrc
Video codecs: h264, h263, mpeg4, mpeg2, wmv, divx, vp8
- media_profiles.xml: Enabled wmv and wma codec profiles
Change-Id: Ie6a5db70a0bc7d0f3f8c70a55528e3a6c6295002
2012-06-28 19:04:25 +00:00
|
|
|
</MediaCodec>
|
2013-10-08 01:05:12 +00:00
|
|
|
<MediaCodec name="OMX.qcom.video.encoder.h263" type="video/3gpp" >
|
device/qcom/common: Add media_profiles.xml and media_codecs.xml
- Updated media_codecs.xml with
Audio codecs: aac, amrnb, amrwb, wma, ac3, qcelp13, evrc
Video codecs: h264, h263, mpeg4, mpeg2, wmv, divx, vp8
- media_profiles.xml: Enabled wmv and wma codec profiles
Change-Id: Ie6a5db70a0bc7d0f3f8c70a55528e3a6c6295002
2012-06-28 19:04:25 +00:00
|
|
|
<Quirk name="requires-allocate-on-input-ports" />
|
2013-10-08 01:05:12 +00:00
|
|
|
<Quirk name="requires-allocate-on-output-ports"/>
|
|
|
|
<Quirk name="requires-loaded-to-idle-after-allocation"/>
|
device/qcom/common: Add media_profiles.xml and media_codecs.xml
- Updated media_codecs.xml with
Audio codecs: aac, amrnb, amrwb, wma, ac3, qcelp13, evrc
Video codecs: h264, h263, mpeg4, mpeg2, wmv, divx, vp8
- media_profiles.xml: Enabled wmv and wma codec profiles
Change-Id: Ie6a5db70a0bc7d0f3f8c70a55528e3a6c6295002
2012-06-28 19:04:25 +00:00
|
|
|
</MediaCodec>
|
|
|
|
<MediaCodec name="OMX.qcom.video.encoder.avc" type="video/avc" >
|
|
|
|
<Quirk name="requires-allocate-on-input-ports" />
|
2013-10-08 01:05:12 +00:00
|
|
|
<Quirk name="requires-allocate-on-output-ports"/>
|
device/qcom/common: Add media_profiles.xml and media_codecs.xml
- Updated media_codecs.xml with
Audio codecs: aac, amrnb, amrwb, wma, ac3, qcelp13, evrc
Video codecs: h264, h263, mpeg4, mpeg2, wmv, divx, vp8
- media_profiles.xml: Enabled wmv and wma codec profiles
Change-Id: Ie6a5db70a0bc7d0f3f8c70a55528e3a6c6295002
2012-06-28 19:04:25 +00:00
|
|
|
<Quirk name="requires-loaded-to-idle-after-allocation"/>
|
|
|
|
</MediaCodec>
|
2013-10-08 01:05:12 +00:00
|
|
|
<MediaCodec name="OMX.qcom.video.encoder.vp8" type="video/x-vnd.on2.vp8" >
|
device/qcom/common: Add media_profiles.xml and media_codecs.xml
- Updated media_codecs.xml with
Audio codecs: aac, amrnb, amrwb, wma, ac3, qcelp13, evrc
Video codecs: h264, h263, mpeg4, mpeg2, wmv, divx, vp8
- media_profiles.xml: Enabled wmv and wma codec profiles
Change-Id: Ie6a5db70a0bc7d0f3f8c70a55528e3a6c6295002
2012-06-28 19:04:25 +00:00
|
|
|
<Quirk name="requires-allocate-on-input-ports" />
|
2013-10-08 01:05:12 +00:00
|
|
|
<Quirk name="requires-allocate-on-output-ports"/>
|
|
|
|
<Quirk name="requires-loaded-to-idle-after-allocation"/>
|
device/qcom/common: Add media_profiles.xml and media_codecs.xml
- Updated media_codecs.xml with
Audio codecs: aac, amrnb, amrwb, wma, ac3, qcelp13, evrc
Video codecs: h264, h263, mpeg4, mpeg2, wmv, divx, vp8
- media_profiles.xml: Enabled wmv and wma codec profiles
Change-Id: Ie6a5db70a0bc7d0f3f8c70a55528e3a6c6295002
2012-06-28 19:04:25 +00:00
|
|
|
</MediaCodec>
|
2013-10-08 01:05:12 +00:00
|
|
|
<MediaCodec name="OMX.google.amrnb.encoder" type="audio/3gpp" />
|
|
|
|
<MediaCodec name="OMX.google.aac.encoder" type="audio/mp4a-latm" />
|
|
|
|
<MediaCodec name="OMX.google.amrwb.encoder" type="audio/amr-wb" />
|
|
|
|
<MediaCodec name="OMX.google.flac.encoder" type="audio/flac" />
|
|
|
|
<MediaCodec name="OMX.google.vp8.encoder" type="video/x-vnd.on2.vp8" />
|
device/qcom/common: Add media_profiles.xml and media_codecs.xml
- Updated media_codecs.xml with
Audio codecs: aac, amrnb, amrwb, wma, ac3, qcelp13, evrc
Video codecs: h264, h263, mpeg4, mpeg2, wmv, divx, vp8
- media_profiles.xml: Enabled wmv and wma codec profiles
Change-Id: Ie6a5db70a0bc7d0f3f8c70a55528e3a6c6295002
2012-06-28 19:04:25 +00:00
|
|
|
</Encoders>
|
|
|
|
<Decoders>
|
|
|
|
<MediaCodec name="OMX.google.vorbis.decoder" type="audio/vorbis" />
|
2013-10-08 01:05:12 +00:00
|
|
|
<MediaCodec name="OMX.google.gsm.decoder" type="audio/gsm" />
|
device/qcom/common: Add media_profiles.xml and media_codecs.xml
- Updated media_codecs.xml with
Audio codecs: aac, amrnb, amrwb, wma, ac3, qcelp13, evrc
Video codecs: h264, h263, mpeg4, mpeg2, wmv, divx, vp8
- media_profiles.xml: Enabled wmv and wma codec profiles
Change-Id: Ie6a5db70a0bc7d0f3f8c70a55528e3a6c6295002
2012-06-28 19:04:25 +00:00
|
|
|
<MediaCodec name="OMX.google.mp3.decoder" type="audio/mpeg" />
|
|
|
|
<MediaCodec name="OMX.google.amrnb.decoder" type="audio/3gpp" />
|
|
|
|
<MediaCodec name="OMX.google.amrwb.decoder" type="audio/amr-wb" />
|
|
|
|
<MediaCodec name="OMX.google.aac.decoder" type="audio/mp4a-latm" />
|
|
|
|
<MediaCodec name="OMX.google.g711.alaw.decoder" type="audio/g711-alaw" />
|
|
|
|
<MediaCodec name="OMX.google.g711.mlaw.decoder" type="audio/g711-mlaw" />
|
|
|
|
<MediaCodec name="OMX.qcom.video.decoder.avc" type="video/avc" >
|
|
|
|
<Quirk name="requires-allocate-on-input-ports" />
|
2013-10-08 01:05:12 +00:00
|
|
|
<Quirk name="requires-allocate-on-output-ports"/>
|
|
|
|
<Quirk name="defers-output-buffer-allocation"/>
|
device/qcom/common: Add media_profiles.xml and media_codecs.xml
- Updated media_codecs.xml with
Audio codecs: aac, amrnb, amrwb, wma, ac3, qcelp13, evrc
Video codecs: h264, h263, mpeg4, mpeg2, wmv, divx, vp8
- media_profiles.xml: Enabled wmv and wma codec profiles
Change-Id: Ie6a5db70a0bc7d0f3f8c70a55528e3a6c6295002
2012-06-28 19:04:25 +00:00
|
|
|
</MediaCodec>
|
|
|
|
<MediaCodec name="OMX.qcom.video.decoder.mpeg4" type="video/mp4v-es" >
|
|
|
|
<Quirk name="requires-allocate-on-input-ports" />
|
2013-10-08 01:05:12 +00:00
|
|
|
<Quirk name="requires-allocate-on-output-ports"/>
|
|
|
|
<Quirk name="defers-output-buffer-allocation"/>
|
device/qcom/common: Add media_profiles.xml and media_codecs.xml
- Updated media_codecs.xml with
Audio codecs: aac, amrnb, amrwb, wma, ac3, qcelp13, evrc
Video codecs: h264, h263, mpeg4, mpeg2, wmv, divx, vp8
- media_profiles.xml: Enabled wmv and wma codec profiles
Change-Id: Ie6a5db70a0bc7d0f3f8c70a55528e3a6c6295002
2012-06-28 19:04:25 +00:00
|
|
|
</MediaCodec>
|
|
|
|
<MediaCodec name="OMX.qcom.video.decoder.h263" type="video/3gpp" >
|
|
|
|
<Quirk name="requires-allocate-on-input-ports" />
|
2013-10-08 01:05:12 +00:00
|
|
|
<Quirk name="requires-allocate-on-output-ports"/>
|
|
|
|
<Quirk name="defers-output-buffer-allocation"/>
|
device/qcom/common: Add media_profiles.xml and media_codecs.xml
- Updated media_codecs.xml with
Audio codecs: aac, amrnb, amrwb, wma, ac3, qcelp13, evrc
Video codecs: h264, h263, mpeg4, mpeg2, wmv, divx, vp8
- media_profiles.xml: Enabled wmv and wma codec profiles
Change-Id: Ie6a5db70a0bc7d0f3f8c70a55528e3a6c6295002
2012-06-28 19:04:25 +00:00
|
|
|
</MediaCodec>
|
2012-07-23 08:14:39 +00:00
|
|
|
<MediaCodec name="OMX.qcom.video.decoder.vp8" type="video/x-vnd.on2.vp8" >
|
|
|
|
<Quirk name="requires-allocate-on-input-ports" />
|
|
|
|
<Quirk name="requires-allocate-on-output-ports" />
|
|
|
|
<Quirk name="defers-output-buffer-allocation" />
|
|
|
|
</MediaCodec>
|
2013-10-08 01:05:12 +00:00
|
|
|
<MediaCodec name="OMX.google.vp8.decoder" type="video/x-vnd.on2.vp8" />
|
|
|
|
<MediaCodec name="OMX.google.vp9.decoder" type="video/x-vnd.on2.vp9" />
|
device/qcom/common: Add media_profiles.xml and media_codecs.xml
- Updated media_codecs.xml with
Audio codecs: aac, amrnb, amrwb, wma, ac3, qcelp13, evrc
Video codecs: h264, h263, mpeg4, mpeg2, wmv, divx, vp8
- media_profiles.xml: Enabled wmv and wma codec profiles
Change-Id: Ie6a5db70a0bc7d0f3f8c70a55528e3a6c6295002
2012-06-28 19:04:25 +00:00
|
|
|
<MediaCodec name="OMX.google.h264.decoder" type="video/avc" />
|
|
|
|
<MediaCodec name="OMX.google.h263.decoder" type="video/3gpp" />
|
2013-10-08 01:05:12 +00:00
|
|
|
<MediaCodec name="OMX.google.mpeg4.decoder" type="video/mp4v-es" />
|
device/qcom/common: Add media_profiles.xml and media_codecs.xml
- Updated media_codecs.xml with
Audio codecs: aac, amrnb, amrwb, wma, ac3, qcelp13, evrc
Video codecs: h264, h263, mpeg4, mpeg2, wmv, divx, vp8
- media_profiles.xml: Enabled wmv and wma codec profiles
Change-Id: Ie6a5db70a0bc7d0f3f8c70a55528e3a6c6295002
2012-06-28 19:04:25 +00:00
|
|
|
</Decoders>
|
2013-10-08 01:05:12 +00:00
|
|
|
</MediaCodecs>
|