Searched refs:mBlockSize (Results 1 – 4 of 4) sorted by relevance
73 uint32_t mBlockSize; variable
232 outCapacity += mBlockSize * channelCount * sizeof(int16_t); in process()369 mBlockSize = FLAC__stream_encoder_get_blocksize(mFlacStreamEncoder); in configureEncoder()
88 size_t mBlockSize; variable
425 mBlockSize = ::getpagesize(); in C2AllocatorIon()461 mBlockSize = blockSize; in setUsageMapper()473 capacity = (capacity + mBlockSize - 1) & ~(mBlockSize - 1); in mapUsage()