diff options
Diffstat (limited to 'configs/media_codecs.xml')
-rw-r--r-- | configs/media_codecs.xml | 49 |
1 files changed, 1 insertions, 48 deletions
diff --git a/configs/media_codecs.xml b/configs/media_codecs.xml index 86983dd..8e23634 100644 --- a/configs/media_codecs.xml +++ b/configs/media_codecs.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8" ?> -<!-- Copyright 2016 The Android Open Source Project +<!-- Copyright 2016-2021 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at @@ -239,53 +239,6 @@ Only the three quirks included above are recognized at this point: <Limit name="performance-point-720x576" value="25" /> <Limit name="performance-point-720x480" value="30" /> </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" /> - <Limit name="size" min="64x64" max="4096x4096" /> - <Limit name="alignment" value="2x2" /> - <Limit name="block-size" value="16x16" /> - <Limit name="block-count" range="1-32768" /> <!-- max 4096x2048 --> - <Limit name="blocks-per-second" min="1" max="979200" /> - <Limit name="bitrate" range="1-20000000" /> - <Feature name="adaptive-playback" /> - <Limit name="concurrent-instances" max="16" /> - <Limit name="performance-point-3840x2160" value="30" /> - <Limit name="performance-point-1920x1080" value="120" /> - <Limit name="performance-point-1280x720" value="240" /> - </MediaCodec> - <MediaCodec name="OMX.qcom.video.decoder.vp9" type="video/x-vnd.on2.vp9" > - <Quirk name="requires-allocate-on-input-ports" /> - <Quirk name="requires-allocate-on-output-ports" /> - <Limit name="size" min="64x64" max="4096x4096" /> - <Limit name="alignment" value="2x2" /> - <Limit name="block-size" value="16x16" /> - <Limit name="block-count" range="1-32768" /> <!-- max 4096x2048 --> - <Limit name="blocks-per-second" min="1" max="979200" /> - <Limit name="bitrate" range="1-100000000" /> - <Limit name="frame-rate" range="1-240" /> - <Feature name="adaptive-playback" /> - <Limit name="concurrent-instances" max="16" /> - <Limit name="performance-point-3840x2160" value="30" /> - <Limit name="performance-point-1920x1080" value="120" /> - <Limit name="performance-point-1280x720" value="240" /> - </MediaCodec> - <MediaCodec name="OMX.qcom.video.decoder.vp9.secure" type="video/x-vnd.on2.vp9" > - <Quirk name="requires-allocate-on-input-ports" /> - <Quirk name="requires-allocate-on-output-ports" /> - <Limit name="size" min="64x64" max="4096x4096" /> - <Limit name="alignment" value="2x2" /> - <Limit name="block-size" value="16x16" /> - <Limit name="block-count" range="1-32768" /> <!-- max 4096x2048 --> - <Limit name="blocks-per-second" min="1" max="979200" /> - <Limit name="bitrate" range="1-100000000" /> - <Feature name="adaptive-playback" /> - <Feature name="secure-playback" required="true" /> - <Limit name="concurrent-instances" max="6" /> - <Limit name="performance-point-3840x2160" value="30" /> - <Limit name="performance-point-1920x1080" value="120" /> - <Limit name="performance-point-1280x720" value="240" /> - </MediaCodec> <MediaCodec name="OMX.qcom.video.decoder.hevc" type="video/hevc" > <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> |