Home
last modified time | relevance | path

Searched refs:poolMask (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/codec2/vndk/include/
DC2PlatformSupport.h192 C2PlatformAllocatorStore::id_t GetPreferredLinearAllocatorId(int poolMask);
/frameworks/av/media/codec2/components/base/
DSimpleC2Interface.cpp107 int poolMask = GetCodec2PoolMask(); in BaseParams() local
108 C2Allocator::id_t preferredLinearId = GetPreferredLinearAllocatorId(poolMask); in BaseParams()
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp1095 int poolMask = GetCodec2PoolMask(); in start() local
1096 C2PlatformAllocatorStore::id_t preferredLinearId = GetPreferredLinearAllocatorId(poolMask); in start()
1162 if ((poolMask >> pools->inputAllocatorId) & 1) { in start()
1348 && ((poolMask >> C2PlatformAllocatorStore::BUFFERQUEUE) & 1)) { in start()
1353 if ((poolMask >> pools->outputAllocatorId) & 1) { in start()
DCCodec.cpp2781 int poolMask = GetCodec2PoolMask(); in GetCommonAllocatorIds() local
2782 C2PlatformAllocatorStore::id_t preferredLinearId = GetPreferredLinearAllocatorId(poolMask); in GetCommonAllocatorIds()
2858 if ((poolMask >> *it) & 1) { in GetCommonAllocatorIds()
/frameworks/av/media/codec2/vndk/
DC2Store.cpp443 C2PlatformAllocatorStore::id_t GetPreferredLinearAllocatorId(int poolMask) { in GetPreferredLinearAllocatorId() argument
444 return ((poolMask >> C2PlatformAllocatorStore::BLOB) & 1) ? C2PlatformAllocatorStore::BLOB in GetPreferredLinearAllocatorId()