Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp179 static const uint32_t kMinNormalCaptureBufferSizeMs = 12; variable
8130 && (mFrameCount * 1000) / mSampleRate < kMinNormalCaptureBufferSizeMs; in RecordThread()
8133 mSampleRate, kMinNormalCaptureBufferSizeMs, initFastCapture, mIsMsdDevice); in RecordThread()