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

/frameworks/av/services/audioflinger/
H A DThreads.cpp5698 bool initFastCapture; local
5701 initFastCapture = false;
5704 initFastCapture = true;
5707 initFastCapture = (mFrameCount * 1000) / mSampleRate < kMinNormalCaptureBufferSizeMs;
5712 if (initFastCapture) {

Completed in 40 milliseconds