Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp1082 pools->outputAllocatorId = (graphic) ? C2PlatformAllocatorStore::GRALLOC in start()
1103 pools->outputAllocatorId = allocator->getId(); in start()
1131 pools->outputAllocatorId = allocator->getId(); in start()
1139 if (pools->outputAllocatorId == C2PlatformAllocatorStore::GRALLOC in start()
1142 pools->outputAllocatorId = C2PlatformAllocatorStore::BUFFERQUEUE; in start()
1146 if ((poolMask >> pools->outputAllocatorId) & 1) { in start()
1148 pools->outputAllocatorId, &pools->outputPoolId, &pools->outputPoolIntf); in start()
1150 mName, pools->outputAllocatorId, in start()
DCCodecBufferChannel.h297 C2Allocator::id_t outputAllocatorId; member