Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c971bbd9 authored by Wonsik Kim's avatar Wonsik Kim Committed by Cherrypicker Worker
Browse files

Increase max dimensions for mpeg4 decoder in media_codecs_sw.xml

MPEG4 decoder's limits are now increased to 1920x1920 instead
of 352x288 used so far.

Bug: 193000795
Test: clips in bug using files app
Test: atest CtsMediaV2TestCases

(cherry picked from commit f00c908e)
Merged-In:I11e47efe3d67187a3166b5d01035b7f57b751ec8

Change-Id: I4a67694d50988f7c7c1a505d485a05eb259a39c7
parents c2465362 20c1221f
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -91,11 +91,11 @@
        <MediaCodec name="c2.android.mpeg4.decoder" type="video/mp4v-es">
            <Alias name="OMX.google.mpeg4.decoder" />
            <!-- profiles and levels:  ProfileSimple : Level3 -->
            <Limit name="size" min="2x2" max="352x288" />
            <Limit name="size" min="2x2" max="1920x1920" />
            <Limit name="alignment" value="2x2" />
            <Limit name="block-size" value="16x16" />
            <Limit name="blocks-per-second" range="12-11880" />
            <Limit name="bitrate" range="1-384000" />
            <Limit name="block-count" range="1-14400" />
            <Limit name="blocks-per-second" range="1-432000" />
            <Limit name="bitrate" range="1-40000000" />
            <Feature name="adaptive-playback" />
        </MediaCodec>
        <MediaCodec name="c2.android.h263.decoder" type="video/3gpp">