Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp135 static const uint32_t kMinNormalCaptureBufferSizeMs = 12; variable
5498 initFastCapture = (mFrameCount * 1000) / mSampleRate < kMinNormalCaptureBufferSizeMs; in RecordThread()