Searched refs:minUsage (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/codec2/vndk/ |
D | C2AllocatorIon.cpp | 496 C2MemoryUsage minUsage = { 0, 0 }; in C2AllocatorIon() local 498 Traits traits = { "android.allocator.ion", id, LINEAR, minUsage, maxUsage }; in C2AllocatorIon() 526 const UsageMapperFn &mapper, uint64_t minUsage, uint64_t maxUsage, uint64_t blockSize) { in setUsageMapper() argument 533 C2MemoryUsage(minUsage), C2MemoryUsage(maxUsage) in setUsageMapper()
|
D | C2Store.cpp | 140 uint64_t minUsage = 0; in UseComponentStoreForIonAllocator() local 155 minUsage = fsv.values[0].u64; in UseComponentStoreForIonAllocator() 186 allocator->setUsageMapper(mapper, minUsage, maxUsage, blockSize); in UseComponentStoreForIonAllocator()
|
D | C2AllocatorGralloc.cpp | 916 C2MemoryUsage minUsage = { 0, 0 }, maxUsage = { ~(uint64_t)0, ~(uint64_t)0 }; in Impl() local 917 Traits traits = { "android.allocator.gralloc", id, C2Allocator::GRAPHIC, minUsage, maxUsage }; in Impl()
|
/frameworks/av/media/codec2/vndk/include/ |
D | C2AllocatorIon.h | 76 const UsageMapperFn &mapper, uint64_t minUsage, uint64_t maxUsage, uint64_t blockSize);
|