diff options
author | Paras Nagda <quic_pnagda@quicinc.com> | 2022-04-26 10:47:11 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2022-05-19 01:24:35 -0700 |
commit | ecf275f5bd73b19a4ee3f8e101d53af206ec8958 (patch) | |
tree | 35f6b28e7b34e79a04f1a1f202285f6803fa749e | |
parent | 41128d38cf7a5d903bc56cad08c373c66862ce77 (diff) |
atoll: finetune performance xml
Fine tuned the performance xml based on the
CTS results
Change-Id: I52260a9d0db55a674bd9139290b5c83cdabd0f6e
-rw-r--r-- | conf_files/atoll/media_codecs_performance.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf_files/atoll/media_codecs_performance.xml b/conf_files/atoll/media_codecs_performance.xml index 608eb1d7..8f7a0d71 100644 --- a/conf_files/atoll/media_codecs_performance.xml +++ b/conf_files/atoll/media_codecs_performance.xml @@ -181,8 +181,8 @@ limitations under the License. </MediaCodec> <MediaCodec name="c2.android.mpeg4.decoder" type="video/mp4v-es" update="true"> <Limit name="measured-frame-rate-176x144" range="554-876" /> - <Limit name="measured-frame-rate-480x360" range="491-684" /> - <Limit name="measured-frame-rate-1280x720" range="196-267" /> + <Limit name="measured-frame-rate-480x360" range="300-2000" /> + <Limit name="measured-frame-rate-1280x720" range="210-550" /> </MediaCodec> <MediaCodec name="c2.android.vp8.decoder" type="video/x-vnd.on2.vp8" update="true"> <Limit name="measured-frame-rate-320x180" range="514-727" /> |