diff options
author | Arian <arian.kulmer@web.de> | 2019-11-11 13:38:48 +0100 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-11-11 17:52:52 +0100 |
commit | 5437e41ab455db09eaaea2bb5e280648d738e51e (patch) | |
tree | a375b690ceb1c04bf21bb18414201d4cc94396c8 | |
parent | 022ac1d0df279f84b95787fa7e2ca6a9edfad558 (diff) |
shinano-common: media: Update media codecs from 23.5.A.1.291
Change-Id: Idd3354a94e7348fbdf2d51900e5780ceb20f98a2
-rw-r--r-- | configs/media/media_codecs.xml | 44 |
1 files changed, 28 insertions, 16 deletions
diff --git a/configs/media/media_codecs.xml b/configs/media/media_codecs.xml index 289df7e..78d3a4d 100644 --- a/configs/media/media_codecs.xml +++ b/configs/media/media_codecs.xml @@ -32,7 +32,6 @@ | h263 | 864 480 30 2 48600 | |__________|_________________________________________| - 8974 Decoder capabilities ______________________________________________________ | Codec | W H fps Mbps MB/s | @@ -107,6 +106,9 @@ </Encoders> <Decoders> + <MediaCodec name="OMX.somc.alac.decoder" type="audio/alac" /> + <MediaCodec name="OMX.somc.dsd.decoder" type="audio/dsd"/> + <MediaCodec name="OMX.sony.flac.decoder" type="audio/flac"/> <!-- Video Hardware --> <MediaCodec name="OMX.qcom.video.decoder.avc" type="video/avc" > <Quirk name="requires-allocate-on-input-ports" /> @@ -131,51 +133,61 @@ <Feature name="secure-playback" required="true" /> <Limit name="concurrent-instances" max="4" /> </MediaCodec> - <MediaCodec name="OMX.qcom.video.decoder.mpeg2" type="video/mpeg2" > + <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" /> - <Limit name="size" min="96x64" max="1920x1088" /> + <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="244800" /> - <Limit name="bitrate" range="1-40000000" /> + <Limit name="blocks-per-second" min="1" max="489600" /> + <Limit name="bitrate" range="1-60000000" /> <Feature name="adaptive-playback" /> <Limit name="concurrent-instances" max="13" /> </MediaCodec> - <MediaCodec name="OMX.qcom.video.decoder.mpeg2.secure" type="video/mpeg2" > + <MediaCodec name="OMX.qcom.video.decoder.h263" type="video/3gpp" > <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> - <Limit name="size" min="96x64" max="1920x1088" /> + <Limit name="size" min="64x64" max="864x480" /> <Limit name="alignment" value="2x2" /> <Limit name="block-size" value="16x16" /> - <Limit name="blocks-per-second" min="1" max="244800" /> - <Limit name="bitrate" range="1-40000000" /> + <Limit name="blocks-per-second" min="1" max="48600" /> + <Limit name="bitrate" range="1-2000000" /> <Feature name="adaptive-playback" /> - <Feature name="secure-playback" required="true" /> <Limit name="concurrent-instances" max="13" /> </MediaCodec> - <MediaCodec name="OMX.qcom.video.decoder.mpeg4" type="video/mp4v-es" > + <MediaCodec name="OMX.qcom.video.decoder.divx" type="video/divx" > <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> <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" /> + <Limit name="blocks-per-second" min="1" max="244800" /> + <Limit name="bitrate" range="1-10000000" /> <Feature name="adaptive-playback" /> <Limit name="concurrent-instances" max="13" /> </MediaCodec> - <MediaCodec name="OMX.qcom.video.decoder.h263" type="video/3gpp" > + <MediaCodec name="OMX.qcom.video.decoder.divx311" type="video/divx311" > <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> - <Limit name="size" min="64x64" max="864x480" /> + <Limit name="size" min="64x64" max="720x480" /> <Limit name="alignment" value="2x2" /> <Limit name="block-size" value="16x16" /> - <Limit name="blocks-per-second" min="1" max="48600" /> + <Limit name="blocks-per-second" min="1" max="40500" /> <Limit name="bitrate" range="1-2000000" /> <Feature name="adaptive-playback" /> <Limit name="concurrent-instances" max="13" /> </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" /> + <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="244800" /> + <Limit name="bitrate" range="1-10000000" /> + <Feature name="adaptive-playback" /> + <Limit name="concurrent-instances" max="13" /> + </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" /> |