Lines Matching refs:maxNotificationFrames
2190 size_t maxNotificationFrames; in createTrack_l() local
2193 maxNotificationFrames = mFrameCount; in createTrack_l()
2204 maxNotificationFrames = frameCount / nBuffering; in createTrack_l()
2208 if (maxNotificationFrames > maxNotificationFramesFastDenied) { in createTrack_l()
2209 maxNotificationFrames = maxNotificationFramesFastDenied; in createTrack_l()
2213 if (notificationFrameCount == 0 || notificationFrameCount > maxNotificationFrames) { in createTrack_l()
2216 maxNotificationFrames, frameCount); in createTrack_l()
2219 notificationFrameCount, maxNotificationFrames, frameCount); in createTrack_l()
2221 notificationFrameCount = maxNotificationFrames; in createTrack_l()
7602 size_t maxNotificationFrames = ((int64_t) (hasFastCapture() ? mSampleRate/50 : mFrameCount) in createRecordTrack_l() local
7611 const size_t minNotificationsByMs = (minFramesByMs + maxNotificationFrames - 1) / in createRecordTrack_l()
7612 maxNotificationFrames; in createRecordTrack_l()
7613 const size_t minFrameCount = maxNotificationFrames * in createRecordTrack_l()
7616 if (notificationFrameCount == 0 || notificationFrameCount > maxNotificationFrames) { in createRecordTrack_l()
7617 notificationFrameCount = maxNotificationFrames; in createRecordTrack_l()