Enable adaptive playback feature for AV1
bug: 188121584 Test: Secure AV1 playback Signed-off-by: Vinay Kalia <vinaykalia@google.com> Change-Id: I32961ea6e21103a4dfd9adb201f3ceccd2b31995
This commit is contained in:
parent
4d054df74c
commit
dc873081f9
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
||||||
<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="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>
|
||||||
<MediaCodec name="c2.google.av1.decoder.secure" type="video/av01">
|
<MediaCodec name="c2.google.av1.decoder.secure" type="video/av01">
|
||||||
<Limit name="size" min="96x96" max="3840x2160" />
|
<Limit name="size" min="96x96" max="3840x2160" />
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
<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="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" />
|
||||||
</MediaCodec>
|
</MediaCodec>
|
||||||
</Decoders>
|
</Decoders>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue