diff options
author | Vasantha Balla <quic_vballa@quicinc.com> | 2021-12-06 14:47:56 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2021-12-06 01:53:09 -0800 |
commit | 0381c23997102303f8a1c3682eecc14abcea479b (patch) | |
tree | d9e1208b0cfe8475a67e0cf7bce8c06bdd7fb710 | |
parent | fb542e5bca512052b1748dedc951882e464dafad (diff) |
conf_files: khaje: Update hevc decoder limits
Hevc block size is set to 8x8 in software decoder.
So update limits accordingly.
Change-Id: Ia4ee93e27e5cd1aed5c74100e8050034927c6179
-rw-r--r-- | conf_files/bengal/media_codecs_vendor_khaje.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf_files/bengal/media_codecs_vendor_khaje.xml b/conf_files/bengal/media_codecs_vendor_khaje.xml index 00997f90..4776937e 100644 --- a/conf_files/bengal/media_codecs_vendor_khaje.xml +++ b/conf_files/bengal/media_codecs_vendor_khaje.xml @@ -327,8 +327,8 @@ Only the three quirks included above are recognized at this point: <Limit name="size" min="2x2" max="1280x720" /> <Limit name="alignment" value="2x2" /> <Limit name="block-size" value="8x8" /> - <Limit name="block-count" range="1-3600" /> - <Limit name="blocks-per-second" range="1-108000" /> + <Limit name="block-count" range="1-14400" /> + <Limit name="blocks-per-second" range="1-432000" /> <Limit name="bitrate" range="1-2000000" /> </MediaCodec> <MediaCodec name="c2.android.avc.decoder" type="video/avc" update="true"> |