Home
last modified time | relevance | path

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

/frameworks/av/include/media/stagefright/
DOMXCodec.h93 kRequiresAllocateBufferOnInputPorts = 8, enumerator
/frameworks/av/media/libstagefright/
DOMXCodec.cpp255 quirks |= kRequiresAllocateBufferOnInputPorts; in getComponentQuirks()
1666 && ((mQuirks & kRequiresAllocateBufferOnInputPorts) in allocateBuffersOnPort()
DACodec.cpp562 ? OMXCodec::kRequiresAllocateBufferOnInputPorts in allocateBuffersOnPort()