diff options
| author | Wang Han <416810799@qq.com> | 2018-08-12 19:37:57 +0200 |
|---|---|---|
| committer | firebird11 <hbgassel@gmail.com> | 2019-01-12 13:05:10 +0100 |
| commit | afd12e862f61bf31ac07e9b77f7043bb094b9d8b (patch) | |
| tree | 3b95b6c1f11470bb802f5d768a2c2a8dd8853b7f | |
| parent | ddb50a08554a166b541ee9be41b8e8475b2fb457 (diff) | |
g3-common: Remove unsupported QCOM media codecs
08-12 06:12:25.784 W/MediaCodecsXmlParser(445): unable to open media codecs configuration xml file: /data/misc/media/media_codecs_profiling_results.xml
08-12 06:12:25.785 W/MediaCodecsXmlParser(445): parseTopLevelXMLFile(/data/misc/media/media_codecs_profiling_results.xml) failed
08-12 06:12:25.785 E/MediaCodecsXmlParser(445): Cannot find the role for a decoder of type video/divx
08-12 06:12:25.785 E/MediaCodecsXmlParser(445): Cannot find the role for a decoder of type video/divx311
08-12 06:12:25.785 E/MediaCodecsXmlParser(445): Cannot find the role for a decoder of type video/divx4
08-12 06:12:25.786 E/MediaCodecsXmlParser(445): Cannot find the role for a decoder of type video/x-ms-wmv
Change-Id: I155b0632b961919a3d618e51d7554f45ba45f695
| -rw-r--r-- | configs/media_codecs.xml | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/configs/media_codecs.xml b/configs/media_codecs.xml index 476864a..24d36e6 100644 --- a/configs/media_codecs.xml +++ b/configs/media_codecs.xml @@ -37,10 +37,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 | |__________|_________________________________________| @@ -171,50 +168,6 @@ <Feature name="adaptive-playback" /> <Limit name="concurrent-instances" max="13" /> </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" /> - <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" /> - <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" /> |
