Home
last modified time | relevance | path

Searched refs:outputAllocatorId (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp972 pools->outputAllocatorId = (graphic) ? C2PlatformAllocatorStore::GRALLOC in start()
993 pools->outputAllocatorId = allocator->getId(); in start()
1021 pools->outputAllocatorId = allocator->getId(); in start()
1029 if (pools->outputAllocatorId == C2PlatformAllocatorStore::GRALLOC in start()
1032 pools->outputAllocatorId = C2PlatformAllocatorStore::BUFFERQUEUE; in start()
1036 if ((poolMask >> pools->outputAllocatorId) & 1) { in start()
1038 pools->outputAllocatorId, &pools->outputPoolId, &pools->outputPoolIntf); in start()
1040 mName, pools->outputAllocatorId, in start()
DCCodecBufferChannel.h264 C2Allocator::id_t outputAllocatorId; member