Home
last modified time | relevance | path

Searched refs:preferredLinearId (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/media/codec2/components/base/
H A DSimpleC2Interface.cpp100 C2Allocator::id_t preferredLinearId = GetPreferredLinearAllocatorId(poolMask); in BaseParams() local
101 C2Allocator::id_t codedAllocator = preferredLinearId; in BaseParams()
116 rawAllocator = preferredLinearId; in BaseParams()
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecBufferChannel.cpp1024 C2PlatformAllocatorStore::id_t preferredLinearId = GetPreferredLinearAllocatorId(poolMask); in start() local
1045 : preferredLinearId; in start()
1218 : preferredLinearId; in start()
H A DCCodec.cpp2624 C2PlatformAllocatorStore::id_t preferredLinearId = GetPreferredLinearAllocatorId(poolMask); in GetCommonAllocatorIds() local
2626 (type == C2Allocator::LINEAR) ? preferredLinearId : C2PlatformAllocatorStore::GRALLOC; in GetCommonAllocatorIds()