Merge changes from topic "p24_upgrade_mpc15" into main
* changes: Support FEATURE_HlgEditing for MPC15 Support FEATURE_DynamicColorAspect for MPC15
This commit is contained in:
commit
655b608854
2 changed files with 10 additions and 0 deletions
|
@ -33,6 +33,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.h264.decoder.secure" type="video/avc">
|
<MediaCodec name="c2.exynos.h264.decoder.secure" type="video/avc">
|
||||||
<Limit name="size" min="32x32" max="3840x2160" />
|
<Limit name="size" min="32x32" max="3840x2160" />
|
||||||
|
@ -48,6 +49,7 @@
|
||||||
<Feature name="secure-playback" required="true" />
|
<Feature name="secure-playback" required="true" />
|
||||||
<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.hevc.decoder" type="video/hevc" >
|
<MediaCodec name="c2.exynos.hevc.decoder" type="video/hevc" >
|
||||||
<Limit name="size" min="64x64" max="7680x4320" />
|
<Limit name="size" min="64x64" max="7680x4320" />
|
||||||
|
@ -63,6 +65,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.hevc.decoder.secure" type="video/hevc" >
|
<MediaCodec name="c2.exynos.hevc.decoder.secure" type="video/hevc" >
|
||||||
<Limit name="size" min="64x64" max="3840x2160" />
|
<Limit name="size" min="64x64" max="3840x2160" />
|
||||||
|
@ -78,6 +81,7 @@
|
||||||
<Feature name="secure-playback" required="true" />
|
<Feature name="secure-playback" required="true" />
|
||||||
<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.mpeg4.decoder" type="video/mp4v-es">
|
<MediaCodec name="c2.exynos.mpeg4.decoder" type="video/mp4v-es">
|
||||||
<Limit name="size" min="32x32" max="2048x2048" />
|
<Limit name="size" min="32x32" max="2048x2048" />
|
||||||
|
@ -134,6 +138,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.secure" type="video/x-vnd.on2.vp9" >
|
<MediaCodec name="c2.exynos.vp9.decoder.secure" type="video/x-vnd.on2.vp9" >
|
||||||
<Limit name="size" min="64x64" max="3840x2176" />
|
<Limit name="size" min="64x64" max="3840x2176" />
|
||||||
|
@ -149,6 +154,7 @@
|
||||||
<Feature name="secure-playback" required="true" />
|
<Feature name="secure-playback" required="true" />
|
||||||
<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>
|
||||||
</Decoders>
|
</Decoders>
|
||||||
|
|
||||||
|
@ -188,6 +194,7 @@
|
||||||
<Feature name="qp-bounds"/>
|
<Feature name="qp-bounds"/>
|
||||||
<Feature name="encoding-statistics"/>
|
<Feature name="encoding-statistics"/>
|
||||||
<Feature name="hdr-editing" />
|
<Feature name="hdr-editing" />
|
||||||
|
<Feature name="hlg-editing" />
|
||||||
</MediaCodec>
|
</MediaCodec>
|
||||||
<MediaCodec name="c2.exynos.mpeg4.encoder" type="video/mp4v-es">
|
<MediaCodec name="c2.exynos.mpeg4.encoder" type="video/mp4v-es">
|
||||||
<Limit name="size" min="32x32" max="2048x2048" />
|
<Limit name="size" min="32x32" max="2048x2048" />
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
<Limit name="performance-point-3840x2160" value="60" />
|
<Limit name="performance-point-3840x2160" value="60" />
|
||||||
<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="dynamic-color-aspects" />
|
||||||
</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" />
|
||||||
|
@ -47,6 +48,7 @@
|
||||||
<Feature name="adaptive-playback" />
|
<Feature name="adaptive-playback" />
|
||||||
<Feature name="secure-playback" required="true" />
|
<Feature name="secure-playback" required="true" />
|
||||||
<Feature name="can-swap-width-height" value="1" />
|
<Feature name="can-swap-width-height" value="1" />
|
||||||
|
<Feature name="dynamic-color-aspects" />
|
||||||
</MediaCodec>
|
</MediaCodec>
|
||||||
</Decoders>
|
</Decoders>
|
||||||
<Encoders>
|
<Encoders>
|
||||||
|
@ -66,6 +68,7 @@
|
||||||
<Feature name="vq-minimum-quality"/>
|
<Feature name="vq-minimum-quality"/>
|
||||||
<Feature name="encoding-statistics"/>
|
<Feature name="encoding-statistics"/>
|
||||||
<Feature name="hdr-editing" />
|
<Feature name="hdr-editing" />
|
||||||
|
<Feature name="hlg-editing" />
|
||||||
</MediaCodec>
|
</MediaCodec>
|
||||||
</Encoders>
|
</Encoders>
|
||||||
</MediaCodecs>
|
</MediaCodecs>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue