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

/frameworks/av/services/audioflinger/
H A DThreads.cpp5489 bool initFastCapture; local
5492 initFastCapture = false;
5495 initFastCapture = true;
5498 initFastCapture = (mFrameCount * 1000) / mSampleRate < kMinNormalCaptureBufferSizeMs;
5503 if (initFastCapture) {

Completed in 51 milliseconds