Home
last modified time | relevance | path

Searched refs:BUFFERQUEUE (Results 1 – 4 of 4) sorted by relevance

/hardware/google/av/codec2/vndk/include/
DC2PlatformSupport.h66 BUFFERQUEUE, enumerator
/hardware/google/av/codec2/vndk/
DC2Store.cpp108 case C2PlatformAllocatorStore::BUFFERQUEUE: in fetchAllocator()
240 C2PlatformAllocatorStore::BUFFERQUEUE, true); in fetchBufferQueueAllocator()
333 case C2PlatformAllocatorStore::BUFFERQUEUE: in _createBlockPool()
335 C2PlatformAllocatorStore::BUFFERQUEUE, &allocator); in _createBlockPool()
434 C2PlatformAllocatorStore::BUFFERQUEUE, component, id, pool); in GetCodec2BlockPool()
/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.cpp2101 1 << C2PlatformAllocatorStore::BUFFERQUEUE); in start()
2290 && ((poolMask >> C2PlatformAllocatorStore::BUFFERQUEUE) & 1)) { in start()
2291 pools->outputAllocatorId = C2PlatformAllocatorStore::BUFFERQUEUE; in start()
/hardware/google/av/codec2/hidl/1.0/utils/
DComponent.cpp496 if (pool && pool->getAllocatorId() == C2PlatformAllocatorStore::BUFFERQUEUE) { in setOutputSurface()