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:37:11 +0000
commit6a062f176d25d09a43e4716a0faa8752cd0a7603 (patch)
tree0e10f4c2632390b353a4b8d27c2561d999b02cba /media_codecs_aosp_c2.xml
parentae8663e544586e69e448114e5d6c1eaa91fda4af (diff)
downloadgs101-6a062f176d25d09a43e4716a0faa8752cd0a7603.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 a35aba11..cddd6177 100644
--- a/media_codecs_aosp_c2.xml
+++ b/media_codecs_aosp_c2.xml
@@ -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" />