Home
last modified time | relevance | path

Searched refs:kInBlockSize (Results 1 – 2 of 2) sorted by relevance

/hardware/google/av/media/codecs/flac/
DC2SoftFlacEnc.h65 const unsigned int kInBlockSize = 1152; variable
DC2SoftFlacEnc.cpp112 kInBlockSize * kMaxNumChannels * sizeof(FLAC__int32)); in onInit()
253 size_t processSize = MIN(kInBlockSize * channelCount * sizeof(int16_t), (inSize - inPos)); in process()