diff options
| author | Mrinal Ghosh <mg712702@gmail.com> | 2020-01-04 08:20:14 +0000 |
|---|---|---|
| committer | jro1979oliver <jroliveira.oliveira301@gmail.com> | 2020-09-03 14:37:48 -0300 |
| commit | 7e2f22abe332e9df93d687691e1be586b5392d79 (patch) | |
| tree | 015b19976dac916cd8e3200c490a4a041832d159 | |
| parent | dfee90c9cb438f54a4efb6d44e23d16773e91a64 (diff) | |
osprey: Remove more unsupported media codecs
* E/OMXNodeInstance(1030): getConfig(0xe931f084:qcom.decoder.avc, ??(0x7f000062))
ERROR: UnsupportedSetting(0x80001019)
Signed-off-by: Mrinal Ghosh <mg712702@gmail.com>
Change-Id: Ie4a50b6a59e8ed81bfe2e911d778a477c24e570e
| -rw-r--r-- | configs/media_codecs.xml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/configs/media_codecs.xml b/configs/media_codecs.xml index 000f728..18f80a8 100644 --- a/configs/media_codecs.xml +++ b/configs/media_codecs.xml @@ -59,29 +59,6 @@ </Encoders> <Decoders> <!-- 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" /> - <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-20000000" /> - <Limit name="concurrent-instances" max="8" /> - <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" /> - <Limit name="size" min="64x64" max="1280x720" /> - <Limit name="alignment" value="2x2" /> - <Limit name="block-size" value="16x16" /> - <Limit name="blocks-per-second" min="1" max="108000" /> - <Limit name="bitrate" range="1-20000000" /> - <Limit name="concurrent-instances" max="2" /> - <Feature name="adaptive-playback" /> - <Feature name="secure-playback" required="true" /> - </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" /> |
