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

Commit 8daf7746 authored by Harish Mahendrakar's avatar Harish Mahendrakar Committed by Harish Mahendrakar (xWF)
Browse files

media_codecs_sw: Increased bitrate for avc encoder in slow-cpu case

c2.android.avc.encoder advertised support for bitrate upto 4mbps in
slow-cpu case, but for level 3 (that is required by CDD), 10mbps is
required.

Bug: 357645122
Test: atest MctsMediaV2TestCases:EncoderProfileLevelTest

Change-Id: Id76d6cba61247f430898d12368a0d337ed874d92
parent 2626db4b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -332,7 +332,7 @@
                <!-- profiles and levels:  ProfileBaseline : Level3 -->
                <Limit name="block-count" range="1-1620" />
                <Limit name="blocks-per-second" range="1-40500" />
                <Limit name="bitrate" range="1-2000000" />
                <Limit name="bitrate" range="1-10000000" />
            </Variant>
            <Feature name="intra-refresh" />
            <!-- Video Quality control -->