diff options
author | Paras Nagda <quic_pnagda@quicinc.com> | 2022-03-02 17:08:20 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2022-04-19 21:17:47 -0700 |
commit | 2d47772a2a3df8bef4ab4d5ff82c1f8dca240ce8 (patch) | |
tree | 5d6a8d387b5ab412fd87a6cb312500e84acee621 | |
parent | c7a8e9c1b54a0ecf33249e8771f82c1c0434010b (diff) |
media: sm7150: Fix VTS issue.
Arrange the tag limit and feature in-order.
Change-Id: I27d84fba2cf97e8fc7b0560514da5cd180ff6477
-rw-r--r-- | conf_files/sm6150/media_codecs.xml | 54 | ||||
-rw-r--r-- | conf_files/sm6150/media_codecs_vendor.xml | 56 |
2 files changed, 55 insertions, 55 deletions
diff --git a/conf_files/sm6150/media_codecs.xml b/conf_files/sm6150/media_codecs.xml index af748c67..54dade16 100644 --- a/conf_files/sm6150/media_codecs.xml +++ b/conf_files/sm6150/media_codecs.xml @@ -136,11 +136,11 @@ Only the three quirks included above are recognized at this point: <Limit name="bitrate" range="1-100000000" /> <Limit name="frame-rate" range="1-240" /> <Limit name="concurrent-instances" max="16" /> - <Feature name="can-swap-width-height" required="true" /> <Limit name="performance-point-4096x2160" value="24" /> <Limit name="performance-point-3840x2160" value="30" /> <Limit name="performance-point-1920x1080" value="120" /> <Limit name="performance-point-1280x720" value="240" /> + <Feature name="can-swap-width-height" required="true" /> </MediaCodec> <MediaCodec name="OMX.qcom.video.encoder.vp8" type="video/x-vnd.on2.vp8" > <Quirk name="requires-allocate-on-input-ports" /> @@ -153,8 +153,8 @@ Only the three quirks included above are recognized at this point: <Limit name="bitrate" range="1-40000000" /> <Limit name="frame-rate" range="1-120" /> <Limit name="concurrent-instances" max="16" /> - <Feature name="can-swap-width-height" required="true" /> <Limit name="performance-point-1920x1088" value="60" /> + <Feature name="can-swap-width-height" required="true" /> </MediaCodec> <MediaCodec name="OMX.qcom.video.encoder.hevc" type="video/hevc" > <Quirk name="requires-allocate-on-input-ports" /> @@ -167,11 +167,11 @@ Only the three quirks included above are recognized at this point: <Limit name="bitrate" range="1-100000000" /> <Limit name="frame-rate" range="1-240" /> <Limit name="concurrent-instances" max="16" /> - <Feature name="can-swap-width-height" required="true" /> <Limit name="performance-point-4096x2160" value="24" /> <Limit name="performance-point-3840x2160" value="30" /> <Limit name="performance-point-1920x1080" value="120" /> <Limit name="performance-point-1280x720" value="240" /> + <Feature name="can-swap-width-height" required="true" /> </MediaCodec> <MediaCodec name="OMX.qcom.video.encoder.hevc.cq" type="video/hevc" > <Quirk name="requires-allocate-on-input-ports" /> @@ -197,8 +197,8 @@ Only the three quirks included above are recognized at this point: <Limit name="bitrate" range="1-2000000" /> <Limit name="frame-rate" range="1-30" /> <Limit name="concurrent-instances" max="16" /> - <Feature name="can-swap-width-height" required="true" /> <Limit name="performance-point-720x480" value="30" /> + <Feature name="can-swap-width-height" required="true" /> </MediaCodec> <MediaCodec name="OMX.qcom.video.encoder.mpeg4sw" type="video/mp4v-es" > <Quirk name="requires-allocate-on-input-ports" /> @@ -210,10 +210,10 @@ Only the three quirks included above are recognized at this point: <Limit name="blocks-per-second" min="1" max="108000" /> <Limit name="bitrate" range="1-4000000" /> <Limit name="frame-rate" range="1-30" /> - <Attribute name="software-codec" /> <Limit name="concurrent-instances" max="16" /> - <Feature name="can-swap-width-height" required="true" /> <Limit name="performance-point-1280x720" value="30" /> + <Feature name="can-swap-width-height" required="true" /> + <Attribute name="software-codec" /> </MediaCodec> </Encoders> <Decoders> @@ -227,13 +227,13 @@ Only the three quirks included above are recognized at this point: <Limit name="blocks-per-second" min="24" max="972000" /> <Limit name="bitrate" range="1-100000000" /> <Limit name="frame-rate" range="1-240" /> - <Feature name="adaptive-playback" /> - <Feature name="can-swap-width-height" required="true" /> <Limit name="concurrent-instances" max="16" /> <Limit name="performance-point-4096x2160" value="24" /> <Limit name="performance-point-3840x2160" value="30" /> <Limit name="performance-point-1920x1088" range="120" /> <Limit name="performance-point-1280x720" value="240" /> + <Feature name="adaptive-playback" /> + <Feature name="can-swap-width-height" required="true" /> </MediaCodec> <MediaCodec name="OMX.qcom.video.decoder.avc.secure" type="video/avc" > <Quirk name="requires-allocate-on-input-ports" /> @@ -244,11 +244,11 @@ Only the three quirks included above are recognized at this point: <Limit name="blocks-per-second" min="24" max="972000" /> <Limit name="bitrate" range="1-40000000" /> <Limit name="frame-rate" range="1-60" /> + <Limit name="concurrent-instances" max="3" /> + <Limit name="performance-point-3840x2160" value="30" /> <Feature name="adaptive-playback" /> <Feature name="can-swap-width-height" required="true" /> <Feature name="secure-playback" required="true" /> - <Limit name="concurrent-instances" max="3" /> - <Limit name="performance-point-3840x2160" value="30" /> </MediaCodec> <MediaCodec name="OMX.qcom.video.decoder.mpeg2" type="video/mpeg2" > <Quirk name="requires-allocate-on-input-ports" /> @@ -259,9 +259,9 @@ Only the three quirks included above are recognized at this point: <Limit name="blocks-per-second" min="24" max="244800" /> <Limit name="bitrate" range="1-40000000" /> <Limit name="frame-rate" range="1-30" /> - <Feature name="adaptive-playback" /> <Limit name="concurrent-instances" max="16" /> <Limit name="performance-point-1920x1080" value="30" /> + <Feature name="adaptive-playback" /> </MediaCodec> <MediaCodec name="OMX.qcom.video.decoder.mpeg2.secure" type="video/mpeg2" > <Quirk name="requires-allocate-on-input-ports" /> @@ -272,11 +272,11 @@ Only the three quirks included above are recognized at this point: <Limit name="blocks-per-second" min="24" max="244800" /> <Limit name="bitrate" range="1-40000000" /> <Limit name="frame-rate" range="1-30" /> + <Limit name="concurrent-instances" max="3" /> + <Limit name="performance-point-1920x1080" value="30" /> <Feature name="adaptive-playback" /> <Feature name="can-swap-width-height" required="true" /> <Feature name="secure-playback" required="true" /> - <Limit name="concurrent-instances" max="3" /> - <Limit name="performance-point-1920x1080" value="30" /> </MediaCodec> <MediaCodec name="OMX.qcom.video.decoder.vp8" type="video/x-vnd.on2.vp8" > <Quirk name="requires-allocate-on-input-ports" /> @@ -287,11 +287,11 @@ Only the three quirks included above are recognized at this point: <Limit name="blocks-per-second" min="24" max="489600" /> <Limit name="bitrate" range="1-100000000" /> <Limit name="frame-rate" range="1-120" /> - <Feature name="adaptive-playback" /> - <Feature name="can-swap-width-height" required="true" /> <Limit name="concurrent-instances" max="16" /> <Limit name="performance-point-1920x1080" value="60" /> <Limit name="performance-point-1280x720" value="120" /> + <Feature name="adaptive-playback" /> + <Feature name="can-swap-width-height" required="true" /> </MediaCodec> <MediaCodec name="OMX.qcom.video.decoder.vp9" type="video/x-vnd.on2.vp9" > <Quirk name="requires-allocate-on-input-ports" /> @@ -302,13 +302,13 @@ Only the three quirks included above are recognized at this point: <Limit name="blocks-per-second" min="24" max="972000" /> <Limit name="bitrate" range="1-100000000" /> <Limit name="frame-rate" range="1-240" /> - <Feature name="adaptive-playback" /> - <Feature name="can-swap-width-height" required="true" /> <Limit name="concurrent-instances" max="6" /> <Limit name="performance-point-4096x2160" value="24" /> <Limit name="performance-point-3840x2160" value="30" /> <Limit name="performance-point-1920x1088" range="120" /> <Limit name="performance-point-1280x720" value="240" /> + <Feature name="adaptive-playback" /> + <Feature name="can-swap-width-height" required="true" /> </MediaCodec> <MediaCodec name="OMX.qcom.video.decoder.vp9.secure" type="video/x-vnd.on2.vp9" > <Quirk name="requires-allocate-on-input-ports" /> @@ -319,11 +319,11 @@ Only the three quirks included above are recognized at this point: <Limit name="blocks-per-second" min="24" max="972000" /> <Limit name="bitrate" range="1-40000000" /> <Limit name="frame-rate" range="1-60" /> + <Limit name="concurrent-instances" max="3" /> + <Limit name="performance-point-3840x2160" value="30" /> <Feature name="adaptive-playback" /> <Feature name="can-swap-width-height" required="true" /> <Feature name="secure-playback" required="true" /> - <Limit name="concurrent-instances" max="3" /> - <Limit name="performance-point-3840x2160" value="30" /> </MediaCodec> <MediaCodec name="OMX.qcom.video.decoder.hevc" type="video/hevc" > <Quirk name="requires-allocate-on-input-ports" /> @@ -334,13 +334,13 @@ Only the three quirks included above are recognized at this point: <Limit name="blocks-per-second" min="24" max="972000" /> <Limit name="bitrate" range="1-100000000" /> <Limit name="frame-rate" range="1-240" /> - <Feature name="adaptive-playback" /> - <Feature name="can-swap-width-height" required="true" /> <Limit name="concurrent-instances" max="16" /> <Limit name="performance-point-4096x2160" value="24" /> <Limit name="performance-point-3840x2160" value="30" /> <Limit name="performance-point-1920x1088" range="120" /> <Limit name="performance-point-1280x720" value="240" /> + <Feature name="adaptive-playback" /> + <Feature name="can-swap-width-height" required="true" /> </MediaCodec> <MediaCodec name="OMX.qcom.video.decoder.hevc.secure" type="video/hevc" > <Quirk name="requires-allocate-on-input-ports" /> @@ -351,11 +351,11 @@ Only the three quirks included above are recognized at this point: <Limit name="blocks-per-second" min="24" max="972000" /> <Limit name="bitrate" range="1-40000000" /> <Limit name="frame-rate" range="1-60" /> + <Limit name="concurrent-instances" max="3" /> + <Limit name="performance-point-3840x2160" value="30" /> <Feature name="adaptive-playback" /> <Feature name="can-swap-width-height" required="true" /> <Feature name="secure-playback" required="true" /> - <Limit name="concurrent-instances" max="3" /> - <Limit name="performance-point-3840x2160" value="30" /> </MediaCodec> <!-- Video Software --> <MediaCodec name="OMX.qti.video.decoder.h263sw" type="video/3gpp" > @@ -367,10 +367,10 @@ Only the three quirks included above are recognized at this point: <Limit name="blocks-per-second" min="1" max="48600" /> <Limit name="bitrate" range="1-16000000" /> <Limit name="frame-rate" range="1-30" /> - <Feature name="adaptive-playback" /> - <Feature name="can-swap-width-height" required="true" /> <Limit name="concurrent-instances" max="16" /> <Limit name="performance-point-720x480" value="30" /> + <Feature name="adaptive-playback" /> + <Feature name="can-swap-width-height" required="true" /> </MediaCodec> <MediaCodec name="OMX.qti.video.decoder.mpeg4sw"> <Quirk name="requires-allocate-on-input-ports" /> @@ -383,8 +383,8 @@ Only the three quirks included above are recognized at this point: <Limit name="bitrate" range="1-40000000" /> <Limit name="frame-rate" range="1-30" /> <Limit name="concurrent-instances" max="16" /> - <Feature name="can-swap-width-height" required="true" /> <Limit name="performance-point-1920x1080" value="30" /> + <Feature name="can-swap-width-height" required="true" /> </Type> <Type name="video/mp4v-esdp"> <Limit name="size" min="16x16" max="1920x1088" /> @@ -394,8 +394,8 @@ Only the three quirks included above are recognized at this point: <Limit name="bitrate" range="1-40000000" /> <Limit name="frame-rate" range="1-30" /> <Limit name="concurrent-instances" max="16" /> - <Feature name="can-swap-width-height" required="true" /> <Limit name="performance-point-1920x1080" value="30" /> + <Feature name="can-swap-width-height" required="true" /> </Type> </MediaCodec> <MediaCodec name="OMX.google.opus.decoder" type="audio/opus" update="true" rank="100"/> diff --git a/conf_files/sm6150/media_codecs_vendor.xml b/conf_files/sm6150/media_codecs_vendor.xml index 35cbe789..42929f9d 100644 --- a/conf_files/sm6150/media_codecs_vendor.xml +++ b/conf_files/sm6150/media_codecs_vendor.xml @@ -136,11 +136,11 @@ Only the three quirks included above are recognized at this point: <Limit name="bitrate" range="1-100000000" /> <Limit name="frame-rate" range="1-240" /> <Limit name="concurrent-instances" max="16" /> - <Feature name="can-swap-width-height" required="true" /> <Limit name="performance-point-4096x2160" value="24" /> <Limit name="performance-point-3840x2160" value="30" /> <Limit name="performance-point-1920x1080" value="120" /> <Limit name="performance-point-1280x720" value="240" /> + <Feature name="can-swap-width-height" required="true" /> </MediaCodec> <MediaCodec name="OMX.qcom.video.encoder.vp8" type="video/x-vnd.on2.vp8" > <Quirk name="requires-allocate-on-input-ports" /> @@ -153,8 +153,8 @@ Only the three quirks included above are recognized at this point: <Limit name="bitrate" range="1-120000000" /> <Limit name="frame-rate" range="1-240" /> <Limit name="concurrent-instances" max="16" /> - <Feature name="can-swap-width-height" required="true" /> <Limit name="performance-point-3840x2160" value="30" /> + <Feature name="can-swap-width-height" required="true" /> </MediaCodec> <MediaCodec name="OMX.qcom.video.encoder.hevc" type="video/hevc" > <Quirk name="requires-allocate-on-input-ports" /> @@ -167,11 +167,11 @@ Only the three quirks included above are recognized at this point: <Limit name="bitrate" range="1-100000000" /> <Limit name="frame-rate" range="1-240" /> <Limit name="concurrent-instances" max="16" /> - <Feature name="can-swap-width-height" required="true" /> <Limit name="performance-point-4096x2160" value="24" /> <Limit name="performance-point-3840x2160" value="30" /> <Limit name="performance-point-1920x1080" value="120" /> <Limit name="performance-point-1280x720" value="240" /> + <Feature name="can-swap-width-height" required="true" /> </MediaCodec> <!-- Video Software --> <MediaCodec name="OMX.qcom.video.encoder.h263sw" type="video/3gpp" > @@ -185,8 +185,8 @@ Only the three quirks included above are recognized at this point: <Limit name="bitrate" range="1-2000000" /> <Limit name="frame-rate" range="1-30" /> <Limit name="concurrent-instances" max="16" /> - <Feature name="can-swap-width-height" required="true" /> <Limit name="performance-point-720x480" value="30" /> + <Feature name="can-swap-width-height" required="true" /> </MediaCodec> <MediaCodec name="OMX.qcom.video.encoder.mpeg4sw" type="video/mp4v-es" > <Quirk name="requires-allocate-on-input-ports" /> @@ -198,10 +198,10 @@ Only the three quirks included above are recognized at this point: <Limit name="blocks-per-second" min="1" max="108000" /> <Limit name="bitrate" range="1-4000000" /> <Limit name="frame-rate" range="1-30" /> - <Attribute name="software-codec" /> <Limit name="concurrent-instances" max="16" /> - <Feature name="can-swap-width-height" required="true" /> <Limit name="performance-point-1280x720" value="30" /> + <Feature name="can-swap-width-height" required="true" /> + <Attribute name="software-codec" /> </MediaCodec> </Encoders> <Decoders> @@ -215,13 +215,13 @@ Only the three quirks included above are recognized at this point: <Limit name="blocks-per-second" min="24" max="979200" /> <Limit name="bitrate" range="1-100000000" /> <Limit name="frame-rate" range="1-240" /> - <Feature name="adaptive-playback" /> - <Feature name="can-swap-width-height" required="true" /> <Limit name="concurrent-instances" max="16" /> <Limit name="performance-point-4096x2160" value="24" /> <Limit name="performance-point-3840x2160" value="30" /> <Limit name="performance-point-1920x1088" range="120" /> <Limit name="performance-point-1280x720" value="240" /> + <Feature name="adaptive-playback" /> + <Feature name="can-swap-width-height" required="true" /> </MediaCodec> <MediaCodec name="OMX.qcom.video.decoder.avc.secure" type="video/avc" > <Quirk name="requires-allocate-on-input-ports" /> @@ -232,11 +232,11 @@ Only the three quirks included above are recognized at this point: <Limit name="blocks-per-second" min="24" max="972000" /> <Limit name="bitrate" range="1-35000000" /> <Limit name="frame-rate" range="1-30" /> + <Limit name="concurrent-instances" max="3" /> + <Limit name="performance-point-3840x2160" value="30" /> <Feature name="adaptive-playback" /> <Feature name="can-swap-width-height" required="true" /> <Feature name="secure-playback" required="true" /> - <Limit name="concurrent-instances" max="3" /> - <Limit name="performance-point-3840x2160" value="30" /> </MediaCodec> <MediaCodec name="OMX.qcom.video.decoder.mpeg2" type="video/mpeg2" > <Quirk name="requires-allocate-on-input-ports" /> @@ -247,10 +247,10 @@ Only the three quirks included above are recognized at this point: <Limit name="blocks-per-second" min="24" max="244800" /> <Limit name="bitrate" range="1-40000000" /> <Limit name="frame-rate" range="1-30" /> - <Feature name="adaptive-playback" /> - <Feature name="can-swap-width-height" required="true" /> <Limit name="concurrent-instances" max="16" /> <Limit name="performance-point-1920x1080" value="30" /> + <Feature name="adaptive-playback" /> + <Feature name="can-swap-width-height" required="true" /> </MediaCodec> <MediaCodec name="OMX.qcom.video.decoder.mpeg2.secure" type="video/mpeg2" > <Quirk name="requires-allocate-on-input-ports" /> @@ -261,11 +261,11 @@ Only the three quirks included above are recognized at this point: <Limit name="blocks-per-second" min="24" max="244800" /> <Limit name="bitrate" range="1-35000000" /> <Limit name="frame-rate" range="1-30" /> + <Limit name="concurrent-instances" max="3" /> + <Limit name="performance-point-1920x1080" value="30" /> <Feature name="adaptive-playback" /> <Feature name="can-swap-width-height" required="true" /> <Feature name="secure-playback" required="true" /> - <Limit name="concurrent-instances" max="3" /> - <Limit name="performance-point-1920x1080" value="30" /> </MediaCodec> <MediaCodec name="OMX.qcom.video.decoder.vp8" type="video/x-vnd.on2.vp8" > <Quirk name="requires-allocate-on-input-ports" /> @@ -276,12 +276,12 @@ Only the three quirks included above are recognized at this point: <Limit name="blocks-per-second" min="24" max="979200" /> <Limit name="bitrate" range="1-100000000" /> <Limit name="frame-rate" range="1-240" /> - <Feature name="adaptive-playback" /> - <Feature name="can-swap-width-height" required="true" /> <Limit name="concurrent-instances" max="16" /> <Limit name="performance-point-3840x2160" value="30" /> <Limit name="performance-point-1920x1080" value="60" /> <Limit name="performance-point-1280x720" value="120" /> + <Feature name="adaptive-playback" /> + <Feature name="can-swap-width-height" required="true" /> </MediaCodec> <MediaCodec name="OMX.qcom.video.decoder.vp9" type="video/x-vnd.on2.vp9" > <Quirk name="requires-allocate-on-input-ports" /> @@ -292,13 +292,13 @@ Only the three quirks included above are recognized at this point: <Limit name="blocks-per-second" min="24" max="979200" /> <Limit name="bitrate" range="1-120000000" /> <Limit name="frame-rate" range="1-240" /> - <Feature name="adaptive-playback" /> - <Feature name="can-swap-width-height" required="true" /> <Limit name="concurrent-instances" max="6" /> <Limit name="performance-point-4096x2160" value="24" /> <Limit name="performance-point-3840x2160" value="30" /> <Limit name="performance-point-1920x1088" range="120" /> <Limit name="performance-point-1280x720" value="240" /> + <Feature name="adaptive-playback" /> + <Feature name="can-swap-width-height" required="true" /> </MediaCodec> <MediaCodec name="OMX.qcom.video.decoder.vp9.secure" type="video/x-vnd.on2.vp9" > <Quirk name="requires-allocate-on-input-ports" /> @@ -309,11 +309,11 @@ Only the three quirks included above are recognized at this point: <Limit name="blocks-per-second" min="24" max="972000" /> <Limit name="bitrate" range="1-35000000" /> <Limit name="frame-rate" range="1-30" /> + <Limit name="concurrent-instances" max="3" /> + <Limit name="performance-point-3840x2160" value="30" /> <Feature name="adaptive-playback" /> <Feature name="can-swap-width-height" required="true" /> <Feature name="secure-playback" required="true" /> - <Limit name="concurrent-instances" max="3" /> - <Limit name="performance-point-3840x2160" value="30" /> </MediaCodec> <MediaCodec name="OMX.qcom.video.decoder.hevc" type="video/hevc" > <Quirk name="requires-allocate-on-input-ports" /> @@ -324,13 +324,13 @@ Only the three quirks included above are recognized at this point: <Limit name="blocks-per-second" min="24" max="979200" /> <Limit name="bitrate" range="1-100000000" /> <Limit name="frame-rate" range="1-240" /> - <Feature name="adaptive-playback" /> - <Feature name="can-swap-width-height" required="true" /> <Limit name="concurrent-instances" max="16" /> <Limit name="performance-point-4096x2160" value="24" /> <Limit name="performance-point-3840x2160" value="30" /> <Limit name="performance-point-1920x1088" range="120" /> <Limit name="performance-point-1280x720" value="240" /> + <Feature name="adaptive-playback" /> + <Feature name="can-swap-width-height" required="true" /> </MediaCodec> <MediaCodec name="OMX.qcom.video.decoder.hevc.secure" type="video/hevc" > <Quirk name="requires-allocate-on-input-ports" /> @@ -341,11 +341,11 @@ Only the three quirks included above are recognized at this point: <Limit name="blocks-per-second" min="24" max="972000" /> <Limit name="bitrate" range="1-35000000" /> <Limit name="frame-rate" range="1-30" /> + <Limit name="concurrent-instances" max="3" /> + <Limit name="performance-point-3840x2160" value="30" /> <Feature name="adaptive-playback" /> <Feature name="can-swap-width-height" required="true" /> <Feature name="secure-playback" required="true" /> - <Limit name="concurrent-instances" max="3" /> - <Limit name="performance-point-3840x2160" value="30" /> </MediaCodec> <!-- Video Software --> <MediaCodec name="OMX.qti.video.decoder.h263sw" type="video/3gpp" > @@ -357,10 +357,10 @@ Only the three quirks included above are recognized at this point: <Limit name="blocks-per-second" min="1" max="48600" /> <Limit name="bitrate" range="1-16000000" /> <Limit name="frame-rate" range="1-30" /> - <Feature name="adaptive-playback" /> - <Feature name="can-swap-width-height" required="true" /> <Limit name="concurrent-instances" max="16" /> <Limit name="performance-point-720x480" value="30" /> + <Feature name="adaptive-playback" /> + <Feature name="can-swap-width-height" required="true" /> </MediaCodec> <MediaCodec name="OMX.qti.video.decoder.mpeg4sw"> <Quirk name="requires-allocate-on-input-ports" /> @@ -373,8 +373,8 @@ Only the three quirks included above are recognized at this point: <Limit name="bitrate" range="1-40000000" /> <Limit name="frame-rate" range="1-30" /> <Limit name="concurrent-instances" max="16" /> - <Feature name="can-swap-width-height" required="true" /> <Limit name="performance-point-1920x1080" value="30" /> + <Feature name="can-swap-width-height" required="true" /> </Type> <Type name="video/mp4v-esdp"> <Limit name="size" min="16x16" max="1920x1088" /> @@ -384,8 +384,8 @@ Only the three quirks included above are recognized at this point: <Limit name="bitrate" range="1-40000000" /> <Limit name="frame-rate" range="1-30" /> <Limit name="concurrent-instances" max="16" /> - <Feature name="can-swap-width-height" required="true" /> <Limit name="performance-point-1920x1080" value="30" /> + <Feature name="can-swap-width-height" required="true" /> </Type> </MediaCodec> </Decoders> |