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

/frameworks/av/include/media/stagefright/
H A DOMXCodec.h95 kRequiresAllocateBufferOnOutputPorts = 32, enumerator in enum:android::OMXCodec::Quirks
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp245 quirks |= kRequiresAllocateBufferOnOutputPorts;
1567 && (mQuirks & kRequiresAllocateBufferOnOutputPorts)) {
1598 && (mQuirks & kRequiresAllocateBufferOnOutputPorts)
2185 CHECK(mQuirks & kRequiresAllocateBufferOnOutputPorts);
H A DACodec.cpp448 : OMXCodec::kRequiresAllocateBufferOnOutputPorts;

Completed in 31 milliseconds