Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp150 static const uint32_t kMinNormalCaptureBufferSizeMs = 12; variable
6768 initFastCapture = (mFrameCount * 1000) / mSampleRate < kMinNormalCaptureBufferSizeMs; in RecordThread()
6770 this, (long long)mFrameCount, mSampleRate, kMinNormalCaptureBufferSizeMs, in RecordThread()