Searched refs:maxNotificationFrames (Results 1 – 1 of 1) sorted by relevance
2133 size_t maxNotificationFrames; in createTrack_l() local2136 maxNotificationFrames = mFrameCount; in createTrack_l()2147 maxNotificationFrames = frameCount / nBuffering; in createTrack_l()2151 if (maxNotificationFrames > maxNotificationFramesFastDenied) { in createTrack_l()2152 maxNotificationFrames = maxNotificationFramesFastDenied; in createTrack_l()2156 if (notificationFrameCount == 0 || notificationFrameCount > maxNotificationFrames) { in createTrack_l()2159 maxNotificationFrames, frameCount); in createTrack_l()2162 notificationFrameCount, maxNotificationFrames, frameCount); in createTrack_l()2164 notificationFrameCount = maxNotificationFrames; in createTrack_l()7550 size_t maxNotificationFrames = ((int64_t) (hasFastCapture() ? mSampleRate/50 : mFrameCount) in createRecordTrack_l() local[all …]