Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp967 pools->outputAllocatorId = (graphic) ? C2PlatformAllocatorStore::GRALLOC in start()
988 pools->outputAllocatorId = allocator->getId(); in start()
1016 pools->outputAllocatorId = allocator->getId(); in start()
1024 if (pools->outputAllocatorId == C2PlatformAllocatorStore::GRALLOC in start()
1027 pools->outputAllocatorId = C2PlatformAllocatorStore::BUFFERQUEUE; in start()
1031 if ((poolMask >> pools->outputAllocatorId) & 1) { in start()
1033 pools->outputAllocatorId, &pools->outputPoolId, &pools->outputPoolIntf); in start()
1035 mName, pools->outputAllocatorId, in start()
DCCodecBufferChannel.h265 C2Allocator::id_t outputAllocatorId; member