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

Commit 781a5dd5 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 25142 into eclair

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