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

Commit 2d5adf87 authored by Vasantha Balla's avatar Vasantha Balla Committed by Bharath
Browse files

FP3: Disable VP8 encoder

The vp8 encoders are too old and are unable to perform the encoding
back which results in a few bad frames. Hence, drop VP8 encoders.

Test: run cts -m CtsMediaCodecTestCases -t android.media.codec.cts.DecodeEditEncodeTest#testVideoEdit[7_OMX.qcom.video.encoder.vp8_OMX.qcom.video.decoder.vp8_video/x-vnd.on2.vp8_320_240_2,000,000]
Change-Id: I7fb8b0eaa76fdd18bc94fe01c771555bc81e1242
(cherry picked from commit e471be6de3e0f62389f66f392e3fd5b8b03a7496)
parent 4c31acbd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -181,7 +181,7 @@ Only the three quirks included above are recognized at this point:
            <Limit name="concurrent-instances" max="12" />
            <Limit name="performance-point-720x480" value="30" />
        </MediaCodec>
        <MediaCodec name="OMX.qcom.video.encoder.vp8" type="video/x-vnd.on2.vp8" >
        <!--MediaCodec name="OMX.qcom.video.encoder.vp8" type="video/x-vnd.on2.vp8" >
            <Quirk name="requires-allocate-on-input-ports" />
            <Quirk name="requires-allocate-on-output-ports" />
            <Quirk name="requires-loaded-to-idle-after-allocation" />
@@ -193,7 +193,7 @@ Only the three quirks included above are recognized at this point:
            <Limit name="concurrent-instances" max="24" />
            <Feature name="intra-refresh" />
            <Limit name="performance-point-1920x1088" value="30" />
        </MediaCodec>
        </MediaCodec-->
    </Encoders>
    <Decoders>
        <!-- Video Hardware  -->