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
This commit is contained in:
parent
f7f4d8e84f
commit
4ac953829d
1 changed files with 4 additions and 2 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue