Searched refs:kRequiresAllocateBufferOnOutputPorts (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/include/media/stagefright/
H A DOMXCodec.h91 kRequiresAllocateBufferOnOutputPorts = 32, enumerator in enum:android::OMXCodec::Quirks
/frameworks/base/media/libstagefright/
H A DOMXCodec.cpp237 quirks |= kRequiresAllocateBufferOnOutputPorts;
248 quirks |= kRequiresAllocateBufferOnOutputPorts;
856 && (mQuirks & kRequiresAllocateBufferOnOutputPorts)) {

Completed in 30 milliseconds