Searched defs:pipeFramesP2 (Results 1 - 1 of 1) sorted by relevance

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

Completed in 75 milliseconds