Searched refs:kOutputFrameCount (Results 1 – 1 of 1) sorted by relevance
133 const size_t kOutputFrameCount = 1024; in read() local134 const size_t kBytes = kOutputFrameCount * 2 * sizeof(int32_t); in read()142 mResampler->resample(pTmpBuffer, kOutputFrameCount, this); in read()158 int32_t outBufferSize = kOutputFrameCount * 2 * sizeof(int16_t); in read()164 pTmpBuffer, kOutputFrameCount); in read()