aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Han <416810799@qq.com>2018-08-12 19:37:57 +0200
committerArian <arian.kulmer@web.de>2019-11-11 17:53:01 +0100
commit1a0482e42c806497d90402d02df1cf6fb44b974c (patch)
treedfa7563a2f8228374982c0fdf10815493bdb65b6
parent5437e41ab455db09eaaea2bb5e280648d738e51e (diff)
shinano-common: media: Remove unsupported media codecs
11-11 17:09:09.364 435 435 E MediaCodecsXmlParser: Cannot find the role for a decoder of type video/divx 11-11 17:09:09.365 435 435 E MediaCodecsXmlParser: Cannot find the role for a decoder of type video/divx311 11-11 17:09:09.365 435 435 E MediaCodecsXmlParser: Cannot find the role for a decoder of type video/divx4 11-11 17:09:09.365 435 435 E MediaCodecsXmlParser: Cannot find the role for a decoder of type audio/alac 11-11 17:09:09.365 435 435 E MediaCodecsXmlParser: Cannot find the role for a decoder of type audio/dsd Change-Id: I155b0632b961919a3d618e51d7554f45ba45f695 Signed-off-by: Arian <arian.kulmer@web.de>
-rw-r--r--configs/media/media_codecs.xml38
1 files changed, 0 insertions, 38 deletions
diff --git a/configs/media/media_codecs.xml b/configs/media/media_codecs.xml
index 78d3a4d..266209b 100644
--- a/configs/media/media_codecs.xml
+++ b/configs/media/media_codecs.xml
@@ -41,10 +41,7 @@
| hevc | 1280 720 30 2 108000 |
| hevchybd | 1920 1088 30 6 244800 |
| mpeg4 | 1920 1088 60 60 489600 |
- | vc1 | 1920 1088 60 60 489600 |
| vp8 | 3820 2160 30 20 972000 |
- | divx3 | 720 480 30 2 40500 |
- | div4/5/6 | 1920 1088 30 10 244800 |
| h263 | 864 480 30 2 48600 |
| mpeg2 | 1920 1088 30 40 244800 |
|__________|_________________________________________|
@@ -106,8 +103,6 @@
</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" >
@@ -155,39 +150,6 @@
<Feature name="adaptive-playback" />
<Limit name="concurrent-instances" max="13" />
</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" />
- <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.divx311" type="video/divx311" >
- <Quirk name="requires-allocate-on-input-ports" />
- <Quirk name="requires-allocate-on-output-ports" />
- <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="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" />