Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp4998 size_t pipeFramesP2 = roundup(mSampleRate / 25); // double-buffering of 20 ms each in RecordThread() local
4999 size_t pipeSize = pipeFramesP2 * Format_frameSize(format); in RecordThread()
5011 Pipe *pipe = new Pipe(pipeFramesP2, format, pipeBuffer); in RecordThread()
5022 mPipeFramesP2 = pipeFramesP2; in RecordThread()