Searched refs:poolMask (Results 1 – 5 of 5) sorted by relevance
155 C2PlatformAllocatorStore::id_t GetPreferredLinearAllocatorId(int poolMask);
99 int poolMask = GetCodec2PoolMask(); in BaseParams() local100 C2Allocator::id_t preferredLinearId = GetPreferredLinearAllocatorId(poolMask); in BaseParams()
918 int poolMask = GetCodec2PoolMask(); in start() local919 C2PlatformAllocatorStore::id_t preferredLinearId = GetPreferredLinearAllocatorId(poolMask); in start()968 if ((poolMask >> pools->inputAllocatorId) & 1) { in start()1141 && ((poolMask >> C2PlatformAllocatorStore::BUFFERQUEUE) & 1)) { in start()1146 if ((poolMask >> pools->outputAllocatorId) & 1) { in start()
2056 int poolMask = GetCodec2PoolMask(); in GetCommonAllocatorIds() local2057 C2PlatformAllocatorStore::id_t preferredLinearId = GetPreferredLinearAllocatorId(poolMask); in GetCommonAllocatorIds()2115 if ((poolMask >> *it) & 1) { in GetCommonAllocatorIds()
325 C2PlatformAllocatorStore::id_t GetPreferredLinearAllocatorId(int poolMask) { in GetPreferredLinearAllocatorId() argument326 return ((poolMask >> C2PlatformAllocatorStore::BLOB) & 1) ? C2PlatformAllocatorStore::BLOB in GetPreferredLinearAllocatorId()