Loading media/libstagefright/OMXCodec.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -217,6 +217,7 @@ uint32_t OMXCodec::getComponentQuirks(const char *componentName) { } if (!strncmp(componentName, "OMX.qcom.video.decoder.", 23)) { // XXX Required on P....on only. quirks |= kRequiresAllocateBufferOnInputPorts; quirks |= kRequiresAllocateBufferOnOutputPorts; } Loading Loading
media/libstagefright/OMXCodec.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -217,6 +217,7 @@ uint32_t OMXCodec::getComponentQuirks(const char *componentName) { } if (!strncmp(componentName, "OMX.qcom.video.decoder.", 23)) { // XXX Required on P....on only. quirks |= kRequiresAllocateBufferOnInputPorts; quirks |= kRequiresAllocateBufferOnOutputPorts; } Loading