Searched refs:outputAllocatorId (Results 1 – 2 of 2) sorted by relevance
2231 pools->outputAllocatorId = (graphic) ? C2PlatformAllocatorStore::GRALLOC in start()2252 pools->outputAllocatorId = allocator->getId(); in start()2280 pools->outputAllocatorId = allocator->getId(); in start()2288 if (pools->outputAllocatorId == C2PlatformAllocatorStore::GRALLOC in start()2291 pools->outputAllocatorId = C2PlatformAllocatorStore::BUFFERQUEUE; in start()2295 if ((poolMask >> pools->outputAllocatorId) & 1) { in start()2297 pools->outputAllocatorId, &pools->outputPoolId, &pools->outputPoolIntf); in start()2299 mName, pools->outputAllocatorId, in start()
254 C2Allocator::id_t outputAllocatorId; member