diff options
author | Mahesh Voorugonda <mvoorugo@codeaurora.org> | 2021-12-06 14:45:50 +0530 |
---|---|---|
committer | Mahesh Voorugonda <mvoorugo@codeaurora.org> | 2021-12-06 14:47:52 +0530 |
commit | 0556b66eea5e52943b0d7e2a5e7182fa781ead6e (patch) | |
tree | 37d65919bc4e42b52de9ebd9bc90c9e34190ef80 | |
parent | a8823e48cd0c2be431095360c26878b39f6a6548 (diff) |
Trinket: Tune perf xml based on measured fps
Fps ranges of codecs are tuned in performance xml.
Change-Id: Iee45683ccc8d6643cf71d759c15e997a2b4a5dd5
-rw-r--r-- | conf_files/trinket/media_codecs_performance.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf_files/trinket/media_codecs_performance.xml b/conf_files/trinket/media_codecs_performance.xml index 04d9adc1..2f51b88e 100644 --- a/conf_files/trinket/media_codecs_performance.xml +++ b/conf_files/trinket/media_codecs_performance.xml @@ -82,6 +82,7 @@ limitations under the License. </MediaCodec> <MediaCodec name="c2.android.hevc.encoder" type="video/hevc" update="true"> <Limit name="measured-frame-rate-320x240" range="13-22" /> + <Limit name="measured-frame-rate-720x480" range="6-9" /> </MediaCodec> <MediaCodec name="c2.android.h263.encoder" type="video/3gpp" update="true"> <Limit name="measured-frame-rate-176x144" range="149-182" /> |