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.cpp258 quirks |= kRequiresAllocateBufferOnOutputPorts;
1679 && (mQuirks & kRequiresAllocateBufferOnOutputPorts)) {
1712 && (mQuirks & kRequiresAllocateBufferOnOutputPorts)
H A DACodec.cpp563 : OMXCodec::kRequiresAllocateBufferOnOutputPorts;

Completed in 2078 milliseconds