2014-07-25 08:04:42 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-11-23 09:58:03 +01:00
|
|
|
<!-- Copyright (C) 2013 The Android Open Source Project
|
2014-07-25 08:04:42 +02: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.
|
|
|
|
-->
|
2014-11-23 09:58:03 +01:00
|
|
|
<!--
|
|
|
|
Copyright (c) 2013, The Linux Foundation. All rights reserved.
|
|
|
|
Not a Contribution, Apache license notifications and license are retained
|
|
|
|
for attribution purposes only.
|
|
|
|
-->
|
2014-11-17 12:12:50 +01:00
|
|
|
<MediaCodecs>
|
2014-07-25 08:04:42 +02:00
|
|
|
<Encoders>
|
|
|
|
<MediaCodec name="OMX.qcom.video.encoder.avc" type="video/avc" >
|
|
|
|
<Quirk name="requires-allocate-on-input-ports" />
|
2014-11-23 09:58:03 +01:00
|
|
|
<Quirk name="requires-allocate-on-output-ports"/>
|
|
|
|
<Quirk name="requires-loaded-to-idle-after-allocation"/>
|
|
|
|
<Limit name="size" min="96x64" max="3840x2160" />
|
|
|
|
<Limit name="alignment" value="2x2" />
|
|
|
|
<Limit name="block-size" value="16x16" />
|
|
|
|
<Limit name="blocks-per-second" min="1" max="972000" />
|
|
|
|
<Limit name="bitrate" range="1-100000000" />
|
2014-07-25 08:04:42 +02:00
|
|
|
</MediaCodec>
|
|
|
|
<MediaCodec name="OMX.qcom.video.encoder.mpeg4" type="video/mp4v-es" >
|
|
|
|
<Quirk name="requires-allocate-on-input-ports" />
|
2014-11-23 09:58:03 +01:00
|
|
|
<Quirk name="requires-allocate-on-output-ports"/>
|
2014-07-25 08:04:42 +02:00
|
|
|
<Quirk name="requires-loaded-to-idle-after-allocation"/>
|
2014-11-23 09:58:03 +01:00
|
|
|
<Limit name="size" min="96x64" max="1920x1088" />
|
|
|
|
<Limit name="alignment" value="2x2" />
|
|
|
|
<Limit name="block-size" value="16x16" />
|
|
|
|
<Limit name="blocks-per-second" min="1" max="489600" />
|
|
|
|
<Limit name="bitrate" range="1-60000000" />
|
2014-07-25 08:04:42 +02:00
|
|
|
</MediaCodec>
|
|
|
|
<MediaCodec name="OMX.qcom.video.encoder.h263" type="video/3gpp" >
|
|
|
|
<Quirk name="requires-allocate-on-input-ports" />
|
2014-11-23 09:58:03 +01:00
|
|
|
<Quirk name="requires-allocate-on-output-ports"/>
|
|
|
|
<Quirk name="requires-loaded-to-idle-after-allocation"/>
|
|
|
|
<Limit name="size" min="96x64" max="720x576" />
|
|
|
|
<Limit name="alignment" value="2x2" />
|
|
|
|
</MediaCodec>
|
|
|
|
<MediaCodec name="OMX.qcom.video.encoder.vp8" type="video/x-vnd.on2.vp8" >
|
|
|
|
<Quirk name="requires-allocate-on-input-ports" />
|
|
|
|
<Quirk name="requires-allocate-on-output-ports"/>
|
|
|
|
<Quirk name="requires-loaded-to-idle-after-allocation"/>
|
|
|
|
<Limit name="size" min="96x64" max="3840x2160" />
|
|
|
|
<Limit name="alignment" value="2x2" />
|
|
|
|
<Limit name="block-size" value="16x16" />
|
|
|
|
<Limit name="blocks-per-second" min="1" max="777600" />
|
|
|
|
<Limit name="bitrate" range="1-20000000" />
|
2014-07-25 08:04:42 +02:00
|
|
|
</MediaCodec>
|
|
|
|
</Encoders>
|
|
|
|
<Decoders>
|
|
|
|
<!-- Audio Hardware -->
|
|
|
|
<MediaCodec name="OMX.qcom.audio.decoder.wma" type="audio/x-ms-wma" >
|
|
|
|
<Quirk name="requires-global-flush" />
|
|
|
|
<Quirk name="requires-wma-pro-component" />
|
|
|
|
</MediaCodec>
|
|
|
|
<MediaCodec name="OMX.qcom.audio.decoder.wmaLossLess" type="audio/x-ms-wma" >
|
|
|
|
<Quirk name="requires-global-flush" />
|
|
|
|
</MediaCodec>
|
|
|
|
<MediaCodec name="OMX.qcom.audio.decoder.wma10Pro" type="audio/x-ms-wma" >
|
|
|
|
<Quirk name="requires-global-flush" />
|
|
|
|
</MediaCodec>
|
|
|
|
<MediaCodec name="OMX.qcom.audio.decoder.amrwbplus" type="audio/amr-wb-plus" >
|
|
|
|
</MediaCodec>
|
|
|
|
<MediaCodec name="OMX.qcom.audio.decoder.Qcelp13" type="audio/qcelp" >
|
|
|
|
<Quirk name="requires-global-flush" />
|
|
|
|
</MediaCodec>
|
|
|
|
<MediaCodec name="OMX.qcom.audio.decoder.evrc" type="audio/evrc" >
|
|
|
|
<Quirk name="requires-global-flush" />
|
|
|
|
</MediaCodec>
|
|
|
|
<MediaCodec name="OMX.qcom.video.decoder.avc" type="video/avc" >
|
|
|
|
<Quirk name="requires-allocate-on-input-ports" />
|
2014-11-23 09:58:03 +01:00
|
|
|
<Quirk name="requires-allocate-on-output-ports"/>
|
|
|
|
<Quirk name="defers-output-buffer-allocation"/>
|
|
|
|
<Limit name="size" min="64x64" max="3840x2160" />
|
|
|
|
<Limit name="alignment" value="2x2" />
|
|
|
|
<Limit name="block-size" value="16x16" />
|
|
|
|
<Limit name="blocks-per-second" min="1" max="972000" />
|
|
|
|
<Limit name="bitrate" range="1-100000000" />
|
|
|
|
<Feature name="adaptive-playback" />
|
|
|
|
</MediaCodec>
|
|
|
|
<MediaCodec name="OMX.qcom.video.decoder.avc.secure" type="video/avc" >
|
|
|
|
<Quirk name="requires-allocate-on-input-ports" />
|
|
|
|
<Quirk name="requires-allocate-on-output-ports"/>
|
|
|
|
<Quirk name="defers-output-buffer-allocation"/>
|
|
|
|
<Limit name="size" min="64x64" max="3840x2160" />
|
|
|
|
<Limit name="alignment" value="2x2" />
|
|
|
|
<Limit name="block-size" value="16x16" />
|
|
|
|
<Limit name="blocks-per-second" min="1" max="972000" />
|
|
|
|
<Limit name="bitrate" range="1-100000000" />
|
|
|
|
<Feature name="adaptive-playback" />
|
|
|
|
<Feature name="secure-playback" required="true" />
|
2014-07-25 08:04:42 +02:00
|
|
|
</MediaCodec>
|
|
|
|
<MediaCodec name="OMX.qcom.video.decoder.mpeg2" type="video/mpeg2" >
|
|
|
|
<Quirk name="requires-allocate-on-input-ports" />
|
|
|
|
<Quirk name="requires-allocate-on-output-ports" />
|
2014-11-23 09:58:03 +01:00
|
|
|
<Feature name="adaptive-playback" />
|
2014-07-25 08:04:42 +02:00
|
|
|
</MediaCodec>
|
|
|
|
<MediaCodec name="OMX.qcom.video.decoder.mpeg4" type="video/mp4v-es" >
|
|
|
|
<Quirk name="requires-allocate-on-input-ports" />
|
2014-11-23 09:58:03 +01:00
|
|
|
<Quirk name="requires-allocate-on-output-ports"/>
|
|
|
|
<Quirk name="defers-output-buffer-allocation"/>
|
|
|
|
<Limit name="size" min="64x64" max="1920x1088" />
|
|
|
|
<Limit name="alignment" value="2x2" />
|
|
|
|
<Limit name="block-size" value="16x16" />
|
|
|
|
<Limit name="blocks-per-second" min="1" max="489600" />
|
|
|
|
<Limit name="bitrate" range="1-60000000" />
|
|
|
|
<Feature name="adaptive-playback" />
|
2014-07-25 08:04:42 +02:00
|
|
|
</MediaCodec>
|
|
|
|
<MediaCodec name="OMX.qcom.video.decoder.h263" type="video/3gpp" >
|
|
|
|
<Quirk name="requires-allocate-on-input-ports" />
|
2014-11-23 09:58:03 +01:00
|
|
|
<Quirk name="requires-allocate-on-output-ports"/>
|
|
|
|
<Quirk name="defers-output-buffer-allocation"/>
|
|
|
|
<Limit name="size" min="64x64" max="720x576" />
|
|
|
|
<Limit name="alignment" value="2x2" />
|
|
|
|
<Feature name="adaptive-playback" />
|
2014-07-25 08:04:42 +02:00
|
|
|
</MediaCodec>
|
|
|
|
<MediaCodec name="OMX.qcom.video.decoder.vc1" type="video/x-ms-wmv" >
|
|
|
|
<Quirk name="requires-allocate-on-input-ports" />
|
|
|
|
<Quirk name="requires-allocate-on-output-ports" />
|
2014-11-23 09:58:03 +01:00
|
|
|
<Quirk name="defers-output-buffer-allocation" />
|
|
|
|
<Feature name="adaptive-playback" />
|
2014-07-25 08:04:42 +02:00
|
|
|
</MediaCodec>
|
|
|
|
<MediaCodec name="OMX.qcom.video.decoder.divx" type="video/divx" >
|
|
|
|
<Quirk name="requires-allocate-on-input-ports" />
|
|
|
|
<Quirk name="requires-allocate-on-output-ports" />
|
2014-11-23 09:58:03 +01:00
|
|
|
<Quirk name="defers-output-buffer-allocation" />
|
|
|
|
<Feature name="adaptive-playback" />
|
2014-07-25 08:04:42 +02:00
|
|
|
</MediaCodec>
|
|
|
|
<MediaCodec name="OMX.qcom.video.decoder.divx311" type="video/divx311" >
|
|
|
|
<Quirk name="requires-allocate-on-input-ports" />
|
|
|
|
<Quirk name="requires-allocate-on-output-ports" />
|
2014-11-23 09:58:03 +01:00
|
|
|
<Quirk name="defers-output-buffer-allocation" />
|
|
|
|
<Feature name="adaptive-playback" />
|
2014-07-25 08:04:42 +02:00
|
|
|
</MediaCodec>
|
|
|
|
<MediaCodec name="OMX.qcom.video.decoder.divx4" type="video/divx4" >
|
|
|
|
<Quirk name="requires-allocate-on-input-ports" />
|
|
|
|
<Quirk name="requires-allocate-on-output-ports" />
|
2014-11-23 09:58:03 +01:00
|
|
|
<Quirk name="defers-output-buffer-allocation" />
|
|
|
|
<Feature name="adaptive-playback" />
|
2014-07-25 08:04:42 +02:00
|
|
|
</MediaCodec>
|
|
|
|
<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" />
|
2014-11-23 09:58:03 +01:00
|
|
|
<Quirk name="defers-output-buffer-allocation" />
|
|
|
|
<Limit name="size" min="64x64" max="3840x2160" />
|
|
|
|
<Limit name="alignment" value="2x2" />
|
|
|
|
<Limit name="block-size" value="16x16" />
|
|
|
|
<Limit name="blocks-per-second" min="1" max="777600" />
|
|
|
|
<Limit name="bitrate" range="1-20000000" />
|
|
|
|
<Feature name="adaptive-playback" />
|
|
|
|
</MediaCodec>
|
|
|
|
<MediaCodec name="OMX.qcom.video.decoder.hevc" type="video/hevc" >
|
|
|
|
<Quirk name="requires-allocate-on-input-ports" />
|
|
|
|
<Quirk name="requires-allocate-on-output-ports" />
|
|
|
|
</MediaCodec>
|
|
|
|
<MediaCodec name="OMX.qcom.video.decoder.hevchybrid" type="video/hevc" >
|
|
|
|
<Quirk name="requires-allocate-on-input-ports" />
|
|
|
|
<Quirk name="requires-allocate-on-output-ports" />
|
2014-07-25 08:04:42 +02:00
|
|
|
</MediaCodec>
|
|
|
|
</Decoders>
|
2014-11-23 09:58:03 +01:00
|
|
|
<Include href="media_codecs_google_audio.xml" />
|
|
|
|
<Include href="media_codecs_google_telephony.xml" />
|
2014-11-17 12:12:50 +01:00
|
|
|
<Include href="media_codecs_google_video.xml" />
|
2014-11-26 05:19:38 +01:00
|
|
|
<Include href="media_codecs_ffmpeg.xml" />
|
2014-11-17 12:12:50 +01:00
|
|
|
</MediaCodecs>
|