Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp6757 bool initFastCapture; in RecordThread() local
6760 initFastCapture = false; in RecordThread()
6764 initFastCapture = true; in RecordThread()
6768 initFastCapture = (mFrameCount * 1000) / mSampleRate < kMinNormalCaptureBufferSizeMs; in RecordThread()
6771 initFastCapture); in RecordThread()
6776 if (initFastCapture) { in RecordThread()