Home
last modified time | relevance | path

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

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