Loading media/libstagefright/OMXCodec.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -387,7 +387,7 @@ uint32_t OMXCodec::getComponentQuirks( } if (!strncmp(componentName, "OMX.qcom.7x30.video.encoder.", 28)) { quirks |= kAvoidMemcopyInputRecordingFrames; quirks |= kRequiresFlushBeforeShutdown; // quirks |= kRequiresFlushBeforeShutdown; quirks |= kCanNotSetVideoParameters; } if (!strncmp(componentName, "OMX.qcom.video.decoder.", 23)) { Loading @@ -395,7 +395,7 @@ uint32_t OMXCodec::getComponentQuirks( quirks |= kDefersOutputBufferAllocation; } if (!strncmp(componentName, "OMX.qcom.7x30.video.decoder.", 28)) { quirks |= kRequiresFlushBeforeShutdown; // quirks |= kRequiresFlushBeforeShutdown; quirks |= kRequiresAllocateBufferOnInputPorts; quirks |= kRequiresAllocateBufferOnOutputPorts; quirks |= kDefersOutputBufferAllocation; Loading Loading
media/libstagefright/OMXCodec.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -387,7 +387,7 @@ uint32_t OMXCodec::getComponentQuirks( } if (!strncmp(componentName, "OMX.qcom.7x30.video.encoder.", 28)) { quirks |= kAvoidMemcopyInputRecordingFrames; quirks |= kRequiresFlushBeforeShutdown; // quirks |= kRequiresFlushBeforeShutdown; quirks |= kCanNotSetVideoParameters; } if (!strncmp(componentName, "OMX.qcom.video.decoder.", 23)) { Loading @@ -395,7 +395,7 @@ uint32_t OMXCodec::getComponentQuirks( quirks |= kDefersOutputBufferAllocation; } if (!strncmp(componentName, "OMX.qcom.7x30.video.decoder.", 28)) { quirks |= kRequiresFlushBeforeShutdown; // quirks |= kRequiresFlushBeforeShutdown; quirks |= kRequiresAllocateBufferOnInputPorts; quirks |= kRequiresAllocateBufferOnOutputPorts; quirks |= kDefersOutputBufferAllocation; Loading