diff options
| author | Mrinal Ghosh <mg712702@gmail.com> | 2020-01-04 08:20:14 +0000 |
|---|---|---|
| committer | jro1979oliver <jroliveira.oliveira301@gmail.com> | 2020-09-03 11:47:50 -0300 |
| commit | 58ba7ffa88472b24e0eabc01ab85c3d149fe1a4a (patch) | |
| tree | 36e779585120b8bbcc794092747c7a4399efa2a9 | |
| parent | f1c4269c91a99bb6f64e152c7da52d867d86b359 (diff) | |
harpia: 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 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/configs/media_codecs.xml b/configs/media_codecs.xml index 26bd852..18f80a8 100644 --- a/configs/media_codecs.xml +++ b/configs/media_codecs.xml @@ -59,17 +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.mpeg2" type="video/mpeg2" > <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> |
