Support FEATURE_DynamicColorAspect for MPC15
[5.1/H-1-21] MUST support FEATURE_DynamicColorAspect for all hardware video decoders (AVC, HEVC, VP9, AV1, or later). Bug: 343864145 Flag: EXEMPT resource only update Test: run cts -m CtsMediaPerformanceClassTestCases -- --module-arg \ CtsMediaPerformanceClassTestCases:instrumentation-arg:media-performance-class:=35 Test: run cts -m CtsMediaV2TestCases -t android.mediav2.cts.DecoderDynamicColorAspectTest Test: run cts -m CtsMediaV2TestCases -t android.mediav2.cts.AdaptivePlaybackTest Change-Id: I97c2e683f2290a91e40be77f595b1043c548db6d
This commit is contained in:
parent
5313c73063
commit
5fcf705434
2 changed files with 8 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
<Feature name="adaptive-playback" />
|
||||
<Feature name="can-swap-width-height" value="1" />
|
||||
<Feature name="low-latency" />
|
||||
<Feature name="dynamic-color-aspects" />
|
||||
</MediaCodec>
|
||||
<MediaCodec name="c2.exynos.h264.decoder.secure" type="video/avc">
|
||||
<Limit name="size" min="32x32" max="3840x2160" />
|
||||
|
@ -48,6 +49,7 @@
|
|||
<Feature name="secure-playback" required="true" />
|
||||
<Feature name="can-swap-width-height" value="1" />
|
||||
<Feature name="low-latency" />
|
||||
<Feature name="dynamic-color-aspects" />
|
||||
</MediaCodec>
|
||||
<MediaCodec name="c2.exynos.hevc.decoder" type="video/hevc" >
|
||||
<Limit name="size" min="64x64" max="7680x4320" />
|
||||
|
@ -63,6 +65,7 @@
|
|||
<Feature name="adaptive-playback" />
|
||||
<Feature name="can-swap-width-height" value="1" />
|
||||
<Feature name="low-latency" />
|
||||
<Feature name="dynamic-color-aspects" />
|
||||
</MediaCodec>
|
||||
<MediaCodec name="c2.exynos.hevc.decoder.secure" type="video/hevc" >
|
||||
<Limit name="size" min="64x64" max="3840x2160" />
|
||||
|
@ -78,6 +81,7 @@
|
|||
<Feature name="secure-playback" required="true" />
|
||||
<Feature name="can-swap-width-height" value="1" />
|
||||
<Feature name="low-latency" />
|
||||
<Feature name="dynamic-color-aspects" />
|
||||
</MediaCodec>
|
||||
<MediaCodec name="c2.exynos.mpeg4.decoder" type="video/mp4v-es">
|
||||
<Limit name="size" min="32x32" max="2048x2048" />
|
||||
|
@ -134,6 +138,7 @@
|
|||
<Feature name="adaptive-playback" />
|
||||
<Feature name="can-swap-width-height" value="1" />
|
||||
<Feature name="low-latency" />
|
||||
<Feature name="dynamic-color-aspects" />
|
||||
</MediaCodec>
|
||||
<MediaCodec name="c2.exynos.vp9.decoder.secure" type="video/x-vnd.on2.vp9" >
|
||||
<Limit name="size" min="64x64" max="3840x2176" />
|
||||
|
@ -149,6 +154,7 @@
|
|||
<Feature name="secure-playback" required="true" />
|
||||
<Feature name="can-swap-width-height" value="1" />
|
||||
<Feature name="low-latency" />
|
||||
<Feature name="dynamic-color-aspects" />
|
||||
</MediaCodec>
|
||||
</Decoders>
|
||||
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
<Limit name="performance-point-3840x2160" value="60" />
|
||||
<Feature name="adaptive-playback" />
|
||||
<Feature name="can-swap-width-height" value="1" />
|
||||
<Feature name="dynamic-color-aspects" />
|
||||
</MediaCodec>
|
||||
<MediaCodec name="c2.google.av1.decoder.secure" type="video/av01">
|
||||
<Limit name="size" min="96x96" max="3840x2160" />
|
||||
|
@ -47,6 +48,7 @@
|
|||
<Feature name="adaptive-playback" />
|
||||
<Feature name="secure-playback" required="true" />
|
||||
<Feature name="can-swap-width-height" value="1" />
|
||||
<Feature name="dynamic-color-aspects" />
|
||||
</MediaCodec>
|
||||
</Decoders>
|
||||
<Encoders>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue