summaryrefslogtreecommitdiff
path: root/media_codecs_aosp_c2.xml
diff options
context:
space:
mode:
authorwenchangliu <wenchangliu@google.com>2023-04-13 06:41:32 +0000
committerWen Chang Liu <wenchangliu@google.com>2023-04-14 02:36:26 +0000
commitbad22b4210c910fdd4a54b3200e9badc86c408ff (patch)
tree761a0e8f351ec7c4c5dc6724c601edcd951677c8 /media_codecs_aosp_c2.xml
parent10a7e5a3cb3b827d8a3496c3ec174b4eaebe72ce (diff)
downloadgs201-bad22b4210c910fdd4a54b3200e9badc86c408ff.tar.gz
Update same maximum resolution capability for hevc
Bug: 275024348 Test: atest android.videocodec.cts.VideoEncoderMinMaxTest Change-Id: Ic3a1a31ebced2ede8e377494f3fc64e721a9a864
Diffstat (limited to 'media_codecs_aosp_c2.xml')
-rw-r--r--media_codecs_aosp_c2.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/media_codecs_aosp_c2.xml b/media_codecs_aosp_c2.xml
index bae71e6..6846cbe 100644
--- a/media_codecs_aosp_c2.xml
+++ b/media_codecs_aosp_c2.xml
@@ -49,11 +49,11 @@
<Feature name="low-latency" />
</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-1920x1080" range="240" />
<Limit name="performance-point-3840x2160" range="120" />