Searched refs:poolMask (Results 1 – 5 of 5) sorted by relevance
254 C2PlatformAllocatorStore::id_t GetPreferredLinearAllocatorId(int poolMask);
107 int poolMask = GetCodec2PoolMask(); in BaseParams() local108 C2Allocator::id_t preferredLinearId = GetPreferredLinearAllocatorId(poolMask); in BaseParams()
1576 int poolMask = GetCodec2PoolMask(); in start() local1577 C2PlatformAllocatorStore::id_t preferredLinearId = GetPreferredLinearAllocatorId(poolMask); in start()1643 if ((poolMask >> pools->inputAllocatorId) & 1) { in start()1829 && ((poolMask >> C2PlatformAllocatorStore::BUFFERQUEUE) & 1)) { in start()1834 if ((poolMask >> pools->outputAllocatorId) & 1) { in start()
3189 int poolMask = GetCodec2PoolMask(); in GetCommonAllocatorIds() local3190 C2PlatformAllocatorStore::id_t preferredLinearId = GetPreferredLinearAllocatorId(poolMask); in GetCommonAllocatorIds()3266 if ((poolMask >> *it) & 1) { in GetCommonAllocatorIds()
466 C2PlatformAllocatorStore::id_t GetPreferredLinearAllocatorId(int poolMask) { in GetPreferredLinearAllocatorId() argument467 return ((poolMask >> C2PlatformAllocatorStore::BLOB) & 1) ? C2PlatformAllocatorStore::BLOB in GetPreferredLinearAllocatorId()