Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp5994 bool initFastCapture; in RecordThread() local
5997 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()