Searched refs:minUsage (Results 1 – 4 of 4) sorted by relevance
/hardware/google/av/codec2/vndk/include/ |
D | C2AllocatorIon.h | 76 const UsageMapperFn &mapper, uint64_t minUsage, uint64_t maxUsage, uint64_t blockSize);
|
/hardware/google/av/codec2/vndk/ |
D | C2AllocatorIon.cpp | 421 C2MemoryUsage minUsage = { 0, 0 }; in C2AllocatorIon() local 423 Traits traits = { "android.allocator.ion", id, LINEAR, minUsage, maxUsage }; in C2AllocatorIon() 451 const UsageMapperFn &mapper, uint64_t minUsage, uint64_t maxUsage, uint64_t blockSize) { in setUsageMapper() argument 458 C2MemoryUsage(minUsage), C2MemoryUsage(maxUsage) in setUsageMapper()
|
D | C2Store.cpp | 136 uint64_t minUsage = 0; in UseComponentStoreForIonAllocator() local 151 minUsage = fsv.values[0].u64; in UseComponentStoreForIonAllocator() 182 allocator->setUsageMapper(mapper, minUsage, maxUsage, blockSize); in UseComponentStoreForIonAllocator()
|
D | C2AllocatorGralloc.cpp | 633 C2MemoryUsage minUsage = { 0, 0 }, maxUsage = { ~(uint64_t)0, ~(uint64_t)0 }; in Impl() local 634 Traits traits = { "android.allocator.gralloc", id, C2Allocator::GRAPHIC, minUsage, maxUsage }; in Impl()
|