Searched refs:initFastCapture (Results 1 – 1 of 1) sorted by relevance
6274 bool initFastCapture; in RecordThread() local6277 initFastCapture = false; in RecordThread()6281 initFastCapture = true; in RecordThread()6285 initFastCapture = (mFrameCount * 1000) / mSampleRate < kMinNormalCaptureBufferSizeMs; in RecordThread()6288 initFastCapture); in RecordThread()6293 if (initFastCapture) { in RecordThread()