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

/frameworks/av/services/audioflinger/
H A DThreads.cpp6098 size_t maxNotificationFrames = ((int64_t) (hasFastCapture() ? mSampleRate/50 : mFrameCount) local
6107 const size_t minNotificationsByMs = (minFramesByMs + maxNotificationFrames - 1) /
6108 maxNotificationFrames;
6109 const size_t minFrameCount = maxNotificationFrames *
6112 if (*notificationFrames == 0 || *notificationFrames > maxNotificationFrames) {
6113 *notificationFrames = maxNotificationFrames;

Completed in 36 milliseconds