Home
last modified time | relevance | path

Searched refs:GetPreferredLinearAllocatorId (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.cpp100 C2Allocator::id_t preferredLinearId = GetPreferredLinearAllocatorId(poolMask); in BaseParams()
/frameworks/av/media/codec2/vndk/
DC2Store.cpp136 id = GetPreferredLinearAllocatorId(GetCodec2PoolMask()); in fetchAllocator()
435 C2PlatformAllocatorStore::id_t GetPreferredLinearAllocatorId(int poolMask) { in GetPreferredLinearAllocatorId() function
457 allocatorId = GetPreferredLinearAllocatorId(GetCodec2PoolMask()); in _createBlockPool()
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp1022 C2PlatformAllocatorStore::id_t preferredLinearId = GetPreferredLinearAllocatorId(poolMask); in start()
DCCodec.cpp2605 C2PlatformAllocatorStore::id_t preferredLinearId = GetPreferredLinearAllocatorId(poolMask); in GetCommonAllocatorIds()