Home
last modified time | relevance | path

Searched refs:blockSize (Results 1 – 4 of 4) sorted by relevance

/hardware/google/av/codec2/vndk/include/
DC2AllocatorIon.h76 const UsageMapperFn &mapper, uint64_t minUsage, uint64_t maxUsage, uint64_t blockSize);
/hardware/google/av/codec2/vndk/
DC2AllocatorIon.cpp451 const UsageMapperFn &mapper, uint64_t minUsage, uint64_t maxUsage, uint64_t blockSize) { in setUsageMapper() argument
461 mBlockSize = blockSize; in setUsageMapper()
DC2Store.cpp138 size_t blockSize = getpagesize(); in UseComponentStoreForIonAllocator() local
161 blockSize = fsv.range.step.u32; in UseComponentStoreForIonAllocator()
182 allocator->setUsageMapper(mapper, minUsage, maxUsage, blockSize); in UseComponentStoreForIonAllocator()
/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.cpp1165 const size_t blockSize = c2buffer->data().linearBlocks().front().size(); in realloc() local
1166 if (blockSize < kMaxLinearBufferSize / 2) { in realloc()
1167 size = blockSize * 2; in realloc()