Searched refs:maxNotificationFrames (Results 1 – 1 of 1) sorted by relevance
2243 size_t maxNotificationFrames; in createTrack_l() local2246 maxNotificationFrames = mFrameCount; in createTrack_l()2257 maxNotificationFrames = frameCount / nBuffering; in createTrack_l()2261 if (maxNotificationFrames > maxNotificationFramesFastDenied) { in createTrack_l()2262 maxNotificationFrames = maxNotificationFramesFastDenied; in createTrack_l()2266 if (notificationFrameCount == 0 || notificationFrameCount > maxNotificationFrames) { in createTrack_l()2269 maxNotificationFrames, frameCount); in createTrack_l()2272 notificationFrameCount, maxNotificationFrames, frameCount); in createTrack_l()2274 notificationFrameCount = maxNotificationFrames; in createTrack_l()7788 size_t maxNotificationFrames = ((int64_t) (hasFastCapture() ? mSampleRate/50 : mFrameCount) in createRecordTrack_l() local[all …]