Home
last modified time | relevance | path

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

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