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

/frameworks/base/include/media/stagefright/
H A DOMXCodec.h108 kRequiresAllocateBufferOnOutputPorts = 32, enumerator in enum:android::OMXCodec::Quirks
/frameworks/base/media/libstagefright/
H A DOMXCodec.cpp370 quirks |= kRequiresAllocateBufferOnOutputPorts;
384 quirks |= kRequiresAllocateBufferOnOutputPorts;
389 quirks |= kRequiresAllocateBufferOnOutputPorts;
400 quirks |= kRequiresAllocateBufferOnOutputPorts;
1624 && (mQuirks & kRequiresAllocateBufferOnOutputPorts)) {
1655 && (mQuirks & kRequiresAllocateBufferOnOutputPorts)
1779 CHECK(mQuirks & kRequiresAllocateBufferOnOutputPorts);

Completed in 130 milliseconds