Searched refs:outputAllocatorId (Results 1 – 2 of 2) sorted by relevance
1082 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()
297 C2Allocator::id_t outputAllocatorId; member