diff options
author | Dikshita Agarwal <dikshita@codeaurora.org> | 2019-11-15 16:14:34 +0530 |
---|---|---|
committer | Dikshita Agarwal <dikshita@codeaurora.org> | 2019-11-20 15:49:27 +0530 |
commit | ca1393cb3da412036f5aa47dd684bcb4a77a6cf2 (patch) | |
tree | aa8d1d27c21830ecd9cb32491df7e8e614982694 | |
parent | 1df6661ef0513de2f7cec24aa59d854cfe0f43ad (diff) |
bengal: update min supported resolution for swcodecs
Update min supported resolution from 128x128 to 96x96 for
swcodecs.
Change-Id: I8eac3dc770cdf3d97ecd4f612717d94a1db9e5fb
-rw-r--r-- | conf_files/bengal/media_codecs.xml | 24 | ||||
-rw-r--r-- | conf_files/bengal/media_codecs_vendor.xml | 24 |
2 files changed, 24 insertions, 24 deletions
diff --git a/conf_files/bengal/media_codecs.xml b/conf_files/bengal/media_codecs.xml index 987c7969..0b3c52f4 100644 --- a/conf_files/bengal/media_codecs.xml +++ b/conf_files/bengal/media_codecs.xml @@ -167,10 +167,10 @@ 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="128x128" max="864x480" /> + <Limit name="size" min="96x96" max="864x480" /> <Limit name="alignment" value="4x4" /> <Limit name="block-size" value="16x16" /> - <Limit name="blocks-per-second" min="64" max="48600" /> + <Limit name="blocks-per-second" min="36" max="48600" /> <Limit name="bitrate" range="1-2000000" /> <Limit name="frame-rate" range="1-30" /> <Limit name="concurrent-instances" max="16" /> @@ -179,10 +179,10 @@ 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="128x128" max="864x480" /> + <Limit name="size" min="96x96" max="864x480" /> <Limit name="alignment" value="2x2" /> <Limit name="block-size" value="16x16" /> - <Limit name="blocks-per-second" min="64" max="48600" /> + <Limit name="blocks-per-second" min="36" max="48600" /> <Limit name="bitrate" range="1-8000000" /> <Limit name="frame-rate" range="1-30" /> <Limit name="concurrent-instances" max="16" /> @@ -244,10 +244,10 @@ Only the three quirks included above are recognized at this point: <MediaCodec name="OMX.qti.video.decoder.h263sw" type="video/3gpp" > <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> - <Limit name="size" min="128x128" max="864x480" /> + <Limit name="size" min="96x96" max="864x480" /> <Limit name="alignment" value="4x4" /> <Limit name="block-size" value="16x16" /> - <Limit name="blocks-per-second" min="64" max="48600" /> + <Limit name="blocks-per-second" min="36" max="48600" /> <Limit name="bitrate" range="1-16000000" /> <Limit name="frame-rate" range="1-30" /> <Feature name="adaptive-playback" /> @@ -256,10 +256,10 @@ Only the three quirks included above are recognized at this point: <MediaCodec name="OMX.qti.video.decoder.mpeg4sw" type="video/mp4v-es"> <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> - <Limit name="size" min="128x128" max="1920x1088" /> + <Limit name="size" min="96x96" max="1920x1088" /> <Limit name="alignment" value="2x2" /> <Limit name="block-size" value="16x16" /> - <Limit name="blocks-per-second" min="64" max="244800" /> + <Limit name="blocks-per-second" min="36" max="244800" /> <Limit name="bitrate" range="1-40000000" /> <Limit name="frame-rate" range="1-30" /> <Limit name="concurrent-instances" max="16" /> @@ -267,10 +267,10 @@ Only the three quirks included above are recognized at this point: <MediaCodec name="OMX.qti.video.decoder.divxsw" type="video/divx" > <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> - <Limit name="size" min="128x128" max="1920x1088" /> + <Limit name="size" min="96x96" max="1920x1088" /> <Limit name="alignment" value="2x2" /> <Limit name="block-size" value="16x16" /> - <Limit name="blocks-per-second" min="64" max="244800" /> + <Limit name="blocks-per-second" min="36" max="244800" /> <Limit name="frame-rate" range="1-30" /> <Limit name="bitrate" range="1-10000000" /> <Limit name="concurrent-instances" max="16" /> @@ -278,10 +278,10 @@ Only the three quirks included above are recognized at this point: <MediaCodec name="OMX.qti.video.decoder.divx4sw" type="video/divx4" > <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> - <Limit name="size" min="128x128" max="1920x1088" /> + <Limit name="size" min="96x96" max="1920x1088" /> <Limit name="alignment" value="2x2" /> <Limit name="block-size" value="16x16" /> - <Limit name="blocks-per-second" min="64" max="244800" /> + <Limit name="blocks-per-second" min="36" max="244800" /> <Limit name="frame-rate" range="1-30" /> <Limit name="bitrate" range="1-10000000" /> <Limit name="concurrent-instances" max="16" /> diff --git a/conf_files/bengal/media_codecs_vendor.xml b/conf_files/bengal/media_codecs_vendor.xml index 1193e390..c7e6207e 100644 --- a/conf_files/bengal/media_codecs_vendor.xml +++ b/conf_files/bengal/media_codecs_vendor.xml @@ -168,10 +168,10 @@ 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="128x128" max="864x480" /> + <Limit name="size" min="96x96" max="864x480" /> <Limit name="alignment" value="4x4" /> <Limit name="block-size" value="16x16" /> - <Limit name="blocks-per-second" min="64" max="48600" /> + <Limit name="blocks-per-second" min="36" max="48600" /> <Limit name="bitrate" range="1-2000000" /> <Limit name="frame-rate" range="1-30" /> <Limit name="concurrent-instances" max="16" /> @@ -180,10 +180,10 @@ 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="128x128" max="864x480" /> + <Limit name="size" min="96x96" max="864x480" /> <Limit name="alignment" value="2x2" /> <Limit name="block-size" value="16x16" /> - <Limit name="blocks-per-second" min="64" max="48600" /> + <Limit name="blocks-per-second" min="36" max="48600" /> <Limit name="bitrate" range="1-8000000" /> <Limit name="frame-rate" range="1-30" /> <Limit name="concurrent-instances" max="16" /> @@ -245,10 +245,10 @@ Only the three quirks included above are recognized at this point: <MediaCodec name="OMX.qti.video.decoder.h263sw" type="video/3gpp" > <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> - <Limit name="size" min="128x128" max="864x480" /> + <Limit name="size" min="96x96" max="864x480" /> <Limit name="alignment" value="4x4" /> <Limit name="block-size" value="16x16" /> - <Limit name="blocks-per-second" min="64" max="48600" /> + <Limit name="blocks-per-second" min="36" max="48600" /> <Limit name="bitrate" range="1-16000000" /> <Limit name="frame-rate" range="1-30" /> <Feature name="adaptive-playback" /> @@ -257,10 +257,10 @@ Only the three quirks included above are recognized at this point: <MediaCodec name="OMX.qti.video.decoder.mpeg4sw" type="video/mp4v-es"> <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> - <Limit name="size" min="128x128" max="1920x1088" /> + <Limit name="size" min="96x96" max="1920x1088" /> <Limit name="alignment" value="2x2" /> <Limit name="block-size" value="16x16" /> - <Limit name="blocks-per-second" min="64" max="244800" /> + <Limit name="blocks-per-second" min="36" max="244800" /> <Limit name="bitrate" range="1-40000000" /> <Limit name="frame-rate" range="1-30" /> <Limit name="concurrent-instances" max="16" /> @@ -268,10 +268,10 @@ Only the three quirks included above are recognized at this point: <MediaCodec name="OMX.qti.video.decoder.divxsw" type="video/divx" > <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> - <Limit name="size" min="128x128" max="1920x1088" /> + <Limit name="size" min="96x96" max="1920x1088" /> <Limit name="alignment" value="2x2" /> <Limit name="block-size" value="16x16" /> - <Limit name="blocks-per-second" min="64" max="244800" /> + <Limit name="blocks-per-second" min="36" max="244800" /> <Limit name="frame-rate" range="1-30" /> <Limit name="bitrate" range="1-10000000" /> <Limit name="concurrent-instances" max="16" /> @@ -279,10 +279,10 @@ Only the three quirks included above are recognized at this point: <MediaCodec name="OMX.qti.video.decoder.divx4sw" type="video/divx4" > <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> - <Limit name="size" min="128x128" max="1920x1088" /> + <Limit name="size" min="96x96" max="1920x1088" /> <Limit name="alignment" value="2x2" /> <Limit name="block-size" value="16x16" /> - <Limit name="blocks-per-second" min="64" max="244800" /> + <Limit name="blocks-per-second" min="36" max="244800" /> <Limit name="frame-rate" range="1-30" /> <Limit name="bitrate" range="1-10000000" /> <Limit name="concurrent-instances" max="16" /> |