Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp5489 bool initFastCapture; in RecordThread() local
5492 initFastCapture = false; in RecordThread()
5495 initFastCapture = true; in RecordThread()
5498 initFastCapture = (mFrameCount * 1000) / mSampleRate < kMinNormalCaptureBufferSizeMs; in RecordThread()
5503 if (initFastCapture) { in RecordThread()