Update same maximum resolution capability for hevc am: 6a062f176d
am: af5747f108
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/22603984 Change-Id: I7ef2b6be7100212bc1d1f98e6e2dfc5de1d93903 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
5198cee185
1 changed files with 3 additions and 3 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue