Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp5692 size_t maxNotificationFrames = ((int64_t) (hasFastCapture() ? mSampleRate/50 : mFrameCount) in createRecordTrack_l() local
5701 const size_t minNotificationsByMs = (minFramesByMs + maxNotificationFrames - 1) / in createRecordTrack_l()
5702 maxNotificationFrames; in createRecordTrack_l()
5703 const size_t minFrameCount = maxNotificationFrames * in createRecordTrack_l()
5706 if (*notificationFrames == 0 || *notificationFrames > maxNotificationFrames) { in createRecordTrack_l()
5707 *notificationFrames = maxNotificationFrames; in createRecordTrack_l()