summaryrefslogtreecommitdiff
path: root/media_codecs_bo_c2.xml
diff options
context:
space:
mode:
authorRuofei Ma <ruofeim@google.com>2022-10-18 17:31:38 +0000
committerRuofei Ma <ruofeim@google.com>2022-10-27 17:22:20 +0000
commit4ac953829df52e34ad0724618e95ce6b785abe9b (patch)
tree2fe7a4ce14a40a7a11a633d2faf7b9cf2ee7003f /media_codecs_bo_c2.xml
parentf7f4d8e84f71a825df2caee074c589daaa4b2ae9 (diff)
downloadgs201-4ac953829df52e34ad0724618e95ce6b785abe9b.tar.gz
update performance-point for AV1 decoder
Use the solution mentioned in b/254207680 to solve the issue where 180fps might not be picked up in some test cases. Bug: 254207680 Test: MultiDecoderPairPerfTest Test: MultiDecoderPerfTest Test: android.media.misc.cts.MediaCodecListTest Test: android.video.cts.CodecDecoderPerformanceTest Signed-off-by: Ruofei Ma <ruofeim@google.com> Change-Id: Ib6c0b4b37a981dc0ffd27aef18614d40fd3603a9
Diffstat (limited to 'media_codecs_bo_c2.xml')
-rw-r--r--media_codecs_bo_c2.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/media_codecs_bo_c2.xml b/media_codecs_bo_c2.xml
index 7830b9c..b57a92a 100644
--- a/media_codecs_bo_c2.xml
+++ b/media_codecs_bo_c2.xml
@@ -26,7 +26,8 @@
<Limit name="bitrate" range="1-120000000" />
<Limit name="frame-rate" range="1-120" />
<Limit name="concurrent-instances" max="16" />
- <Limit name="performance-point-1920x1080" value="200" />
+ <Limit name="performance-point-1920x1080" value="180" />
+ <Limit name="performance-point-1920x1079" value="120" />
<Limit name="performance-point-3840x2160" value="60" />
<!--Feature name="adaptive-playback" /-->
</MediaCodec>
@@ -39,7 +40,8 @@
<Limit name="bitrate" range="1-120000000" />
<Limit name="frame-rate" range="1-120" />
<Limit name="concurrent-instances" max="16" />
- <Limit name="performance-point-1920x1080" value="200" />
+ <Limit name="performance-point-1920x1080" value="180" />
+ <Limit name="performance-point-1920x1079" value="120" />
<Limit name="performance-point-3840x2160" value="60" />
<!--Feature name="adaptive-playback" /-->
<Feature name="secure-playback" required="true" />