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:
parent
983761b39f
commit
e0e5b17335
1 changed files with 1 additions and 0 deletions
|
@ -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" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue