Update same maximum resolution capability for hevc

Bug: 275024348
Test: atest android.videocodec.cts.VideoEncoderMinMaxTest
Change-Id: Ic3a1a31ebced2ede8e377494f3fc64e721a9a864
This commit is contained in:
wenchangliu 2023-04-13 06:41:32 +00:00 committed by Wen Chang Liu
parent ae8663e544
commit 6a062f176d

View file

@ -47,11 +47,11 @@
<Feature name="can-swap-width-height" value="1" />
</MediaCodec>
<MediaCodec name="c2.exynos.hevc.decoder" type="video/hevc" >
<Limit name="size" min="64x64" max="3840x2160" />
<Limit name="size" min="64x64" max="3840x2176" />
<Limit name="alignment" value="2x2" />
<Limit name="block-size" value="16x16" />
<Limit name="block-count" range="1-32400" />
<Limit name="blocks-per-second" min="1" max="3888000" />
<Limit name="block-count" range="1-32640" />
<Limit name="blocks-per-second" min="1" max="3916800" />
<Limit name="bitrate" range="1-120000000" />
<Limit name="performance-point-1280x720" range="240" />
<Limit name="performance-point-3840x2160" range="120" />