Searched refs:maxNotificationFrames (Results 1 – 1 of 1) sorted by relevance
5692 size_t maxNotificationFrames = ((int64_t) (hasFastCapture() ? mSampleRate/50 : mFrameCount) in createRecordTrack_l() local5701 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()