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()
234 C2PlatformAllocatorStore::BUFFERQUEUE, true); in fetchBufferQueueAllocator()
327 case C2PlatformAllocatorStore::BUFFERQUEUE: in _createBlockPool()
329 C2PlatformAllocatorStore::BUFFERQUEUE, &allocator); in _createBlockPool()
428 C2PlatformAllocatorStore::BUFFERQUEUE, component, id, pool); in GetCodec2BlockPool()
/hardware/google/av/codec2/hidl/1.0/utils/
DComponent.cpp243 if (pool && pool->getAllocatorId() == C2PlatformAllocatorStore::BUFFERQUEUE) { in setOutputSurface()
/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.cpp1681 1 << C2PlatformAllocatorStore::BUFFERQUEUE); in start()
1831 && ((poolMask >> C2PlatformAllocatorStore::BUFFERQUEUE) & 1)) { in start()
1832 pools->outputAllocatorId = C2PlatformAllocatorStore::BUFFERQUEUE; in start()