Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DThreads.cpp8259 static const uint32_t kMinMs = 30; in createRecordTrack_l() local
8261 const size_t minFramesByMs = (sampleRate * kMinMs + 1000 - 1) / 1000; in createRecordTrack_l()