diff options
author | Paras Nagda <quic_pnagda@quicinc.com> | 2022-03-10 18:37:21 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2022-04-19 21:22:59 -0700 |
commit | 9c838ad2a89b6561827669806009156b34811643 (patch) | |
tree | a0f3f2e1fe886b21488e22eee884cecd308044e4 | |
parent | c7a8e9c1b54a0ecf33249e8771f82c1c0434010b (diff) |
media: sm7150: Update max correct resolution for hevc encoder in xml
Update max supported resolution for hevc encoder on
sdmmagpie UHD for fixing CTS issue.
Change-Id: I1cc1ab58d6a74aa8aaf01b339bfa8610ed3810e0
-rw-r--r-- | conf_files/sm6150/media_codecs.xml | 2 | ||||
-rw-r--r-- | conf_files/sm6150/media_codecs_vendor_sdmmagpie_v0.xml | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/conf_files/sm6150/media_codecs.xml b/conf_files/sm6150/media_codecs.xml index af748c67..5f270f36 100644 --- a/conf_files/sm6150/media_codecs.xml +++ b/conf_files/sm6150/media_codecs.xml @@ -160,7 +160,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="96x96" max="4096x2160" /> + <Limit name="size" min="96x96" max="3840x2160" /> <Limit name="alignment" value="2x2" /> <Limit name="block-size" value="16x16" /> <Limit name="blocks-per-second" min="24" max="972000" /> diff --git a/conf_files/sm6150/media_codecs_vendor_sdmmagpie_v0.xml b/conf_files/sm6150/media_codecs_vendor_sdmmagpie_v0.xml index 1f8b65e6..9be7bd48 100644 --- a/conf_files/sm6150/media_codecs_vendor_sdmmagpie_v0.xml +++ b/conf_files/sm6150/media_codecs_vendor_sdmmagpie_v0.xml @@ -120,7 +120,7 @@ Only the three quirks included above are recognized at this point: |__________|_________________________________________| | h264 | 4096 2160 60 120 2073600 | | | (4096) (2304) (30) (120) | - | hevc | 4096 2160 60 120 2073600 | + | hevc | 3840 2160 60 120 1944000 | | | (4096) (2304) (30) (120) | | mpeg4-sw | 1280 720 30 4 108000 | | vp8 | 4096 2160 30 120 1036800 | @@ -172,10 +172,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="96x96" max="4096x2304" /> + <Limit name="size" min="96x96" max="3840x2160" /> <Limit name="alignment" value="2x2" /> <Limit name="block-size" value="16x16" /> - <Limit name="blocks-per-second" min="24" max="2073600" /> + <Limit name="blocks-per-second" min="24" max="1944000" /> <Limit name="bitrate" range="1-120000000" /> <Limit name="frame-rate" range="1-480" /> <Limit name="concurrent-instances" max="16" /> |