Update same maximum resolution capability for hevc am: 6a062f176d
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/22603984 Change-Id: I37cd523f41d3407a4c3942b36bc8d45be49194bc Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
bd925aaccf
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