2014-07-25 08:04:42 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- Copyright (C) 2012-2013 The Android Open Source Project
|
|
|
|
Copyright (C) 2012-2013 The Linux Foundation. All rights reserved.
|
|
|
|
Not a contribution.
|
|
|
|
|
|
|
|
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-17 12:12:50 +01:00
|
|
|
<MediaCodecs>
|
|
|
|
<Include href="media_codecs_google_audio.xml" />
|
|
|
|
<Include href="media_codecs_google_telephony.xml" />
|
2014-07-25 08:04:42 +02:00
|
|
|
<Encoders>
|
|
|
|
<!-- Audio Hardware -->
|
|
|
|
<MediaCodec name="OMX.qcom.audio.encoder.evrc" type="audio/evrc" >
|
|
|
|
<Quirk name="requires-allocate-on-input-ports" />
|
|
|
|
<Quirk name="requires-allocate-on-output-ports" />
|
|
|
|
</MediaCodec>
|
|
|
|
<MediaCodec name="OMX.qcom.audio.encoder.qcelp13" type="audio/qcelp" >
|
|
|
|
<Quirk name="requires-allocate-on-input-ports" />
|
|
|
|
<Quirk name="requires-allocate-on-output-ports" />
|
|
|
|
</MediaCodec>
|
|
|
|
<!-- Video Hardware -->
|
|
|
|
<MediaCodec name="OMX.qcom.video.encoder.avc" type="video/avc" >
|
|
|
|
<Quirk name="requires-allocate-on-input-ports" />
|
|
|
|
<Quirk name="requires-allocate-on-output-ports" />
|
|
|
|
<Quirk name="requires-loaded-to-idle-after-allocation" />
|
|
|
|
</MediaCodec>
|
|
|
|
<MediaCodec name="OMX.qcom.video.encoder.mpeg4" type="video/mp4v-es" >
|
|
|
|
<Quirk name="requires-allocate-on-input-ports" />
|
|
|
|
<Quirk name="requires-allocate-on-output-ports" />
|
|
|
|
<Quirk name="requires-loaded-to-idle-after-allocation"/>
|
|
|
|
</MediaCodec>
|
|
|
|
<MediaCodec name="OMX.qcom.video.encoder.h263" type="video/3gpp" >
|
|
|
|
<Quirk name="requires-allocate-on-input-ports" />
|
|
|
|
<Quirk name="requires-allocate-on-output-ports" />
|
|
|
|
<Quirk name="requires-loaded-to-idle-after-allocation" />
|
|
|
|
</MediaCodec>
|
|
|
|
<!-- Video Software -->
|
|
|
|
</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>
|
|
|
|
<!-- Audio Software -->
|
|
|
|
<MediaCodec name="MP3Decoder" type="audio/mpeg" />
|
|
|
|
<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>
|
|
|
|
<!-- Video Hardware -->
|
|
|
|
<MediaCodec name="OMX.qcom.video.decoder.avc" type="video/avc" >
|
|
|
|
<Quirk name="requires-allocate-on-input-ports" />
|
|
|
|
<Quirk name="requires-allocate-on-output-ports" />
|
2014-11-17 12:12:50 +01:00
|
|
|
<Quirk name="adaptive-playback" />
|
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-17 12:12:50 +01:00
|
|
|
<Quirk 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" />
|
|
|
|
<Quirk name="requires-allocate-on-output-ports" />
|
2014-11-17 12:12:50 +01:00
|
|
|
<Quirk 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" />
|
|
|
|
<Quirk name="requires-allocate-on-output-ports" />
|
2014-11-17 12:12:50 +01:00
|
|
|
<Quirk 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-17 12:12:50 +01:00
|
|
|
<Quirk 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-17 12:12:50 +01:00
|
|
|
<Quirk 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-17 12:12:50 +01:00
|
|
|
<Quirk 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-17 12:12:50 +01:00
|
|
|
<Quirk 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-17 12:12:50 +01:00
|
|
|
<Quirk name="adaptive-playback" />
|
2014-07-25 08:04:42 +02:00
|
|
|
</MediaCodec>
|
2014-11-03 02:39:24 +01:00
|
|
|
|
2014-07-25 08:04:42 +02:00
|
|
|
<!-- ffmpeg audio codecs -->
|
|
|
|
<MediaCodec name="OMX.ffmpeg.ra.decoder" type="audio/vnd.rn-realaudio"/>
|
|
|
|
<MediaCodec name="OMX.ffmpeg.flac.decoder" type="audio/flac"/>
|
|
|
|
<MediaCodec name="OMX.ffmpeg.mp2.decoder" type="audio/mpeg-L2"/>
|
|
|
|
<MediaCodec name="OMX.ffmpeg.ac3.decoder" type="audio/ac3"/>
|
|
|
|
<MediaCodec name="OMX.ffmpeg.ape.decoder" type="audio/x-ape"/>
|
|
|
|
<MediaCodec name="OMX.ffmpeg.dts.decoder" type="audio/vnd.dts"/>
|
|
|
|
<MediaCodec name="OMX.ffmpeg.atrial.decoder" type="audio/ffmpeg"/>
|
|
|
|
|
|
|
|
<!-- ffmpeg video codecs -->
|
|
|
|
<MediaCodec name="OMX.ffmpeg.mpeg2v.decoder" type="video/mpeg2"/>
|
|
|
|
<MediaCodec name="OMX.ffmpeg.wmv.decoder" type="video/x-ms-wmv"/>
|
|
|
|
<MediaCodec name="OMX.ffmpeg.rv.decoder" type="video/vnd.rn-realvideo"/>
|
|
|
|
<MediaCodec name="OMX.ffmpeg.vc1.decoder" type="video/vc1"/>
|
|
|
|
<MediaCodec name="OMX.ffmpeg.flv1.decoder" type="video/x-flv"/>
|
|
|
|
<MediaCodec name="OMX.ffmpeg.divx.decoder" type="video/divx"/>
|
|
|
|
<MediaCodec name="OMX.ffmpeg.hevc.decoder" type="video/hevc"/>
|
|
|
|
<MediaCodec name="OMX.ffmpeg.vtrial.decoder" type="video/ffmpeg"/>
|
|
|
|
</Decoders>
|
2014-11-17 12:12:50 +01:00
|
|
|
<Include href="media_codecs_google_video.xml" />
|
|
|
|
</MediaCodecs>
|