Lines Matching refs:maxNotificationFrames
2393 size_t maxNotificationFrames; in createTrack_l() local
2396 maxNotificationFrames = mFrameCount; in createTrack_l()
2407 maxNotificationFrames = frameCount / nBuffering; in createTrack_l()
2411 if (maxNotificationFrames > maxNotificationFramesFastDenied) { in createTrack_l()
2412 maxNotificationFrames = maxNotificationFramesFastDenied; in createTrack_l()
2416 if (notificationFrameCount == 0 || notificationFrameCount > maxNotificationFrames) { in createTrack_l()
2419 maxNotificationFrames, frameCount); in createTrack_l()
2422 notificationFrameCount, maxNotificationFrames, frameCount); in createTrack_l()
2424 notificationFrameCount = maxNotificationFrames; in createTrack_l()
8254 size_t maxNotificationFrames = ((int64_t) (hasFastCapture() ? mSampleRate/50 : mFrameCount) in createRecordTrack_l() local
8263 const size_t minNotificationsByMs = (minFramesByMs + maxNotificationFrames - 1) / in createRecordTrack_l()
8264 maxNotificationFrames; in createRecordTrack_l()
8265 const size_t minFrameCount = maxNotificationFrames * in createRecordTrack_l()
8268 if (notificationFrameCount == 0 || notificationFrameCount > maxNotificationFrames) { in createRecordTrack_l()
8269 notificationFrameCount = maxNotificationFrames; in createRecordTrack_l()