Update same maximum resolution capability for hevc
Bug: 275024348 Test: atest android.videocodec.cts.VideoEncoderMinMaxTest Change-Id: Ic3a1a31ebced2ede8e377494f3fc64e721a9a864
This commit is contained in:
parent
ae8663e544
commit
6a062f176d
1 changed files with 3 additions and 3 deletions
|
@ -47,11 +47,11 @@
|
||||||
<Feature name="can-swap-width-height" value="1" />
|
<Feature name="can-swap-width-height" value="1" />
|
||||||
</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="3840x2160" />
|
<Limit name="size" min="64x64" max="3840x2176" />
|
||||||
<Limit name="alignment" value="2x2" />
|
<Limit name="alignment" value="2x2" />
|
||||||
<Limit name="block-size" value="16x16" />
|
<Limit name="block-size" value="16x16" />
|
||||||
<Limit name="block-count" range="1-32400" />
|
<Limit name="block-count" range="1-32640" />
|
||||||
<Limit name="blocks-per-second" min="1" max="3888000" />
|
<Limit name="blocks-per-second" min="1" max="3916800" />
|
||||||
<Limit name="bitrate" range="1-120000000" />
|
<Limit name="bitrate" range="1-120000000" />
|
||||||
<Limit name="performance-point-1280x720" range="240" />
|
<Limit name="performance-point-1280x720" range="240" />
|
||||||
<Limit name="performance-point-3840x2160" range="120" />
|
<Limit name="performance-point-3840x2160" range="120" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue