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