Searched refs:pipeFramesP2 (Results 1 – 1 of 1) sorted by relevance
6780 size_t pipeFramesP2 = roundup(4 * FMS_20 * mSampleRate / 1000); in RecordThread() local6781 size_t pipeSize = pipeFramesP2 * Format_frameSize(format); in RecordThread()6796 Pipe *pipe = new Pipe(pipeFramesP2, format, pipeBuffer); in RecordThread()6807 mPipeFramesP2 = pipeFramesP2; in RecordThread()