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

/frameworks/av/services/audioflinger/
H A DThreads.cpp5958 bool initFastCapture; local
5961 initFastCapture = false;
5964 initFastCapture = true;
5967 initFastCapture = (mFrameCount * 1000) / mSampleRate < kMinNormalCaptureBufferSizeMs;
5972 if (initFastCapture) {

Completed in 37 milliseconds