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

/frameworks/av/services/audioflinger/
H A DThreads.cpp6340 // and at least kMinMs rounded up to a whole notification period (minNotificationsByMs)
6342 static const uint32_t kMinMs = 30; local
6344 const size_t minFramesByMs = (sampleRate * kMinMs + 1000 - 1) / 1000;

Completed in 224 milliseconds