Add dynamic color aspects support for vp8 decoder

All decoders for compression technologies that were introduced
after 2002 must support dynamic color aspects feature on CHIPSETs
that set ro.board.first_api_level to V or higher.

Bug: 376412691
Flag: EXEMPT resource only update
Test: run cts -m CtsMediaV2TestCases -t android.mediav2.cts.CodecInfoTest
Change-Id: I0edc9eb80ac0478499e5d50c982f9893131c184d
This commit is contained in:
Wen Chang Liu 2024-11-04 14:18:07 +00:00
parent 983761b39f
commit e0e5b17335

View file

@ -123,6 +123,7 @@
<Feature name="adaptive-playback" /> <Feature name="adaptive-playback" />
<Feature name="can-swap-width-height" value="1" /> <Feature name="can-swap-width-height" value="1" />
<Feature name="low-latency" /> <Feature name="low-latency" />
<Feature name="dynamic-color-aspects" />
</MediaCodec> </MediaCodec>
<MediaCodec name="c2.exynos.vp9.decoder" type="video/x-vnd.on2.vp9" > <MediaCodec name="c2.exynos.vp9.decoder" type="video/x-vnd.on2.vp9" >
<Limit name="size" min="64x64" max="7680x4352" /> <Limit name="size" min="64x64" max="7680x4352" />