Home
last modified time | relevance | path

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

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