Searched refs:maxNotificationFrames (Results 1 – 1 of 1) sorted by relevance
2190 size_t maxNotificationFrames; in createTrack_l() local2193 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[all …]