Home
last modified time | relevance | path

Searched refs:maxNotificationFrames (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
DThreads.cpp2041 size_t maxNotificationFrames; in createTrack_l() local
2044 maxNotificationFrames = mFrameCount; in createTrack_l()
2049 maxNotificationFrames = frameCount / nBuffering; in createTrack_l()
2053 if (maxNotificationFrames > maxNotificationFramesFastDenied) { in createTrack_l()
2054 maxNotificationFrames = maxNotificationFramesFastDenied; in createTrack_l()
2058 if (notificationFrameCount == 0 || notificationFrameCount > maxNotificationFrames) { in createTrack_l()
2061 maxNotificationFrames, frameCount); in createTrack_l()
2064 notificationFrameCount, maxNotificationFrames, frameCount); in createTrack_l()
2066 notificationFrameCount = maxNotificationFrames; in createTrack_l()
7023 size_t maxNotificationFrames = ((int64_t) (hasFastCapture() ? mSampleRate/50 : mFrameCount) in createRecordTrack_l() local
[all …]