Searched refs:initFastCapture (Results 1 – 1 of 1) sorted by relevance
5994 bool initFastCapture; in RecordThread() local5997 initFastCapture = false; in RecordThread()6001 initFastCapture = true; in RecordThread()6005 initFastCapture = (mFrameCount * 1000) / mSampleRate < kMinNormalCaptureBufferSizeMs; in RecordThread()6008 initFastCapture); in RecordThread()6013 if (initFastCapture) { in RecordThread()