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

Commit eed9de37 authored by Andreas Huber's avatar Andreas Huber Committed by Android Git Automerger
Browse files

am 781a5dd5: Merge change 25142 into eclair

Merge commit '781a5dd5279b7a57c2c0b1d78cb2a4e7acbf1715' into eclair-plus-aosp

* commit '781a5dd5279b7a57c2c0b1d78cb2a4e7acbf1715':
  The 8k chipset qcom decoders require that the input buffers be allocated using OMX_AllocateBuffer rather than OMX_UseBuffer for now.
parents 353bdab3 269091da
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -229,6 +229,7 @@ sp<OMXCodec> OMXCodec::Create(
    }
    }
    if (!strncmp(componentName, "OMX.qcom.video.decoder.", 23)) {
    if (!strncmp(componentName, "OMX.qcom.video.decoder.", 23)) {
        // XXX Required on P....on only.
        // XXX Required on P....on only.
        quirks |= kRequiresAllocateBufferOnInputPorts;
        quirks |= kRequiresAllocateBufferOnOutputPorts;
        quirks |= kRequiresAllocateBufferOnOutputPorts;
    }
    }