diff options
author | Shrikara B <shrikara@codeaurora.org> | 2019-11-05 17:25:26 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2019-11-07 01:49:51 -0800 |
commit | 82914588155f4bc4e369d6c77189fa4070e6604c (patch) | |
tree | e7d08cae78b757c4d2b1bbd3b50437452f7805c6 | |
parent | 3093f6fa8857dd027671764a4bd41e40018ded96 (diff) |
conf_files: kona: Tune perf xml
Tune expected FPS values in media_codecs_performance.xml
CRs-Fixed: 2559493
Change-Id: I756d29802db06501c3084afa08847cf0f0872701
-rw-r--r-- | conf_files/kona/media_codecs_performance.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf_files/kona/media_codecs_performance.xml b/conf_files/kona/media_codecs_performance.xml index 795dd6f3..ab033bdb 100644 --- a/conf_files/kona/media_codecs_performance.xml +++ b/conf_files/kona/media_codecs_performance.xml @@ -176,7 +176,7 @@ limitations under the License. <Limit name="measured-frame-rate-1920x1080" range="12-17" /> </MediaCodec> <MediaCodec name="c2.android.hevc.decoder" type="video/hevc" update="true"> - <Limit name="measured-frame-rate-352x288" range="179-245" /> + <Limit name="measured-frame-rate-352x288" range="355-960" /> <Limit name="measured-frame-rate-640x360" range="120-164" /> <Limit name="measured-frame-rate-720x480" range="111-152" /> <Limit name="measured-frame-rate-1280x720" range="61-83" /> |