Merge "update performance-point for BigWave AV1 decoder" into udc-dev

This commit is contained in:
Ruofei Ma 2023-03-18 05:33:24 +00:00 committed by Android (Google) Code Review
commit 6c82c202da

View file

@ -25,7 +25,8 @@
<Limit name="bitrate" range="1-120000000" /> <Limit name="bitrate" range="1-120000000" />
<Limit name="frame-rate" range="1-120" /> <Limit name="frame-rate" range="1-120" />
<Limit name="concurrent-instances" max="16" /> <Limit name="concurrent-instances" max="16" />
<Limit name="performance-point-1920x1080" value="120" /> <Limit name="performance-point-1920x1080" value="180" />
<Limit name="performance-point-1920x1079" value="120" />
<Limit name="performance-point-3840x2160" value="60" /> <Limit name="performance-point-3840x2160" value="60" />
<!--Feature name="adaptive-playback" /--> <!--Feature name="adaptive-playback" /-->
</MediaCodec> </MediaCodec>
@ -38,7 +39,8 @@
<Limit name="bitrate" range="1-120000000" /> <Limit name="bitrate" range="1-120000000" />
<Limit name="frame-rate" range="1-120" /> <Limit name="frame-rate" range="1-120" />
<Limit name="concurrent-instances" max="16" /> <Limit name="concurrent-instances" max="16" />
<Limit name="performance-point-1920x1080" value="120" /> <Limit name="performance-point-1920x1080" value="180" />
<Limit name="performance-point-1920x1079" value="120" />
<Limit name="performance-point-3840x2160" value="60" /> <Limit name="performance-point-3840x2160" value="60" />
<!--Feature name="adaptive-playback" /--> <!--Feature name="adaptive-playback" /-->
<Feature name="secure-playback" required="true" /> <Feature name="secure-playback" required="true" />