Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp1770 pools->outputAllocatorId = (graphic) ? C2PlatformAllocatorStore::GRALLOC in start()
1791 pools->outputAllocatorId = allocator->getId(); in start()
1819 pools->outputAllocatorId = allocator->getId(); in start()
1827 if (pools->outputAllocatorId == C2PlatformAllocatorStore::GRALLOC in start()
1830 pools->outputAllocatorId = C2PlatformAllocatorStore::BUFFERQUEUE; in start()
1834 if ((poolMask >> pools->outputAllocatorId) & 1) { in start()
1836 pools->outputAllocatorId, &pools->outputPoolId, &pools->outputPoolIntf); in start()
1838 mName, pools->outputAllocatorId, in start()
DCCodecBufferChannel.h387 C2Allocator::id_t outputAllocatorId; member