Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/flac/
DC2SoftFlacEnc.h73 uint32_t mBlockSize; variable
DC2SoftFlacEnc.cpp232 outCapacity += mBlockSize * channelCount * sizeof(int16_t); in process()
369 mBlockSize = FLAC__stream_encoder_get_blocksize(mFlacStreamEncoder); in configureEncoder()
/hardware/google/av/codec2/vndk/include/
DC2AllocatorIon.h88 size_t mBlockSize; variable
/hardware/google/av/codec2/vndk/
DC2AllocatorIon.cpp425 mBlockSize = ::getpagesize(); in C2AllocatorIon()
461 mBlockSize = blockSize; in setUsageMapper()
473 capacity = (capacity + mBlockSize - 1) & ~(mBlockSize - 1); in mapUsage()