diff options
author | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-03-03 08:53:10 +0100 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-03-03 08:53:10 +0100 |
commit | 229465116a35e81f02753be86949cb99ee550a09 (patch) | |
tree | 11bf85e31e82f88f121fd4bc9b2f7c6c4b19a32e /configs/media_codecs.xml | |
parent | e97371b30306f1483c576743bb00ee6f3cc2f4de (diff) |
msm8996-common: Import media_codecs.xml and media_codecs_performance.xml from ZUI 3.5.261.
Diffstat (limited to 'configs/media_codecs.xml')
-rw-r--r-- | configs/media_codecs.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/configs/media_codecs.xml b/configs/media_codecs.xml index 5c8ba25..eed96b9 100644 --- a/configs/media_codecs.xml +++ b/configs/media_codecs.xml @@ -126,7 +126,7 @@ Only the three quirks included above are recognized at this point: <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> <Quirk name="requires-loaded-to-idle-after-allocation" /> - <Limit name="size" min="96x64" max="4096x2160" /> + <Limit name="size" min="96x96" max="4096x2160" /> <Limit name="alignment" value="2x2" /> <Limit name="block-size" value="16x16" /> <Limit name="blocks-per-second" min="1" max="979200" /> @@ -134,6 +134,7 @@ Only the three quirks included above are recognized at this point: <Limit name="frame-rate" range="1-240" /> <Limit name="concurrent-instances" max="16" /> <Feature name="intra-refresh" /> + <Feature name="can-swap-width-height" /> </MediaCodec> <MediaCodec name="OMX.qcom.video.encoder.mpeg4" type="video/mp4v-es" > <Quirk name="requires-allocate-on-input-ports" /> @@ -199,6 +200,7 @@ Only the three quirks included above are recognized at this point: <Limit name="frame-rate" range="1-240" /> <Feature name="adaptive-playback" /> <Limit name="concurrent-instances" max="16" /> + <Feature name="can-swap-width-height" /> </MediaCodec> <MediaCodec name="OMX.qcom.video.decoder.avc.secure" type="video/avc" > <Quirk name="requires-allocate-on-input-ports" /> @@ -386,8 +388,9 @@ Only the three quirks included above are recognized at this point: <Limit name="concurrent-instances" max="6" /> </MediaCodec> <!-- Audio Software --> - <MediaCodec name="OMX.qti.audio.decoder.flac" type="audio/flac" /> + <MediaCodec name="OMX.qti.audio.decoder.flac" type="audio/flac" > + <Limit name="concurrent-instances" max="10" /> + </MediaCodec> </Decoders> <Include href="media_codecs_google_video.xml" /> - <!--Include href="media_codecs_ffmpeg.xml" /--> </MediaCodecs> |