Home
last modified time | relevance | path

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

/frameworks/av/include/media/stagefright/
DOMXCodec.h95 kRequiresAllocateBufferOnOutputPorts = 32, enumerator
/frameworks/av/media/libstagefright/
DOMXCodec.cpp258 quirks |= kRequiresAllocateBufferOnOutputPorts; in getComponentQuirks()
1679 && (mQuirks & kRequiresAllocateBufferOnOutputPorts)) { in allocateBuffersOnPort()
1712 && (mQuirks & kRequiresAllocateBufferOnOutputPorts) in allocateBuffersOnPort()
DACodec.cpp563 : OMXCodec::kRequiresAllocateBufferOnOutputPorts; in allocateBuffersOnPort()