Searched refs:pipeFramesP2 (Results 1 – 1 of 1) sorted by relevance
4998 size_t pipeFramesP2 = roundup(mSampleRate / 25); // double-buffering of 20 ms each in RecordThread() local4999 size_t pipeSize = pipeFramesP2 * Format_frameSize(format); in RecordThread()5011 Pipe *pipe = new Pipe(pipeFramesP2, format, pipeBuffer); in RecordThread()5022 mPipeFramesP2 = pipeFramesP2; in RecordThread()