diff options
author | Vasantha Balla <quic_vballa@quicinc.com> | 2021-10-12 18:34:34 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2021-10-12 22:58:15 -0700 |
commit | f6d6d8479881a86743b4c16230c2ec73556ae148 (patch) | |
tree | 8f323b8606a433d1866a9a48a91384473ab02fea | |
parent | c8e86432f158059c2f033317c7aea049730749e4 (diff) |
sm8150: Tune perf xml as per results
Updated fps values for hevc and vp9 decoders.
Change-Id: I99068a4748ba31670ee43731def8eaade169a5df
-rw-r--r-- | conf_files/msmnile/media_codecs_performance.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf_files/msmnile/media_codecs_performance.xml b/conf_files/msmnile/media_codecs_performance.xml index 240486fc..befacadb 100644 --- a/conf_files/msmnile/media_codecs_performance.xml +++ b/conf_files/msmnile/media_codecs_performance.xml @@ -112,6 +112,7 @@ limitations under the License. </MediaCodec> <MediaCodec name="OMX.qcom.video.decoder.hevc" type="video/hevc" update="true"> <Limit name="measured-frame-rate-352x288" range="784-1700" /> + <Limit name="measured-frame-rate-640x360" range="500-527" /> <Limit name="measured-frame-rate-720x480" range="1046-1157" /> <Limit name="measured-frame-rate-1280x720" range="290-641" /> <Limit name="measured-frame-rate-1920x1080" range="316-318" /> @@ -134,6 +135,7 @@ limitations under the License. </MediaCodec> <MediaCodec name="OMX.qcom.video.decoder.vp9" type="video/x-vnd.on2.vp9" update="true"> <Limit name="measured-frame-rate-320x240" range="1103-1262" /> + <Limit name="measured-frame-rate-320x180" range="533-543" /> <Limit name="measured-frame-rate-640x360" range="347-783" /> <Limit name="measured-frame-rate-1280x720" range="579-594" /> <Limit name="measured-frame-rate-1920x1080" range="496-518" /> |