diff options
author | Paras Nagda <quic_pnagda@quicinc.com> | 2022-03-10 18:37:21 +0530 |
---|---|---|
committer | Paras Nagda <quic_pnagda@quicinc.com> | 2022-03-10 18:41:07 +0530 |
commit | ec083360260b97cd85e0a43b23190d126747297d (patch) | |
tree | c377565ad649ada5297aa084b51ceabbb9af2c98 | |
parent | 974298a4d35a234108251f3e066702e1761ba94d (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 1901a2e9..e6dc6705 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" /> |