Lines Matching refs:notificationFrameCount
1878 size_t notificationFrameCount = *pNotificationFrameCount; in createTrack_l() local
1972 if (notificationFrameCount != frameCount) { in createTrack_l()
1973 notificationFrameCount = frameCount; in createTrack_l()
2058 if (notificationFrameCount == 0 || notificationFrameCount > maxNotificationFrames) { in createTrack_l()
2059 if (notificationFrameCount == 0) { in createTrack_l()
2064 notificationFrameCount, maxNotificationFrames, frameCount); in createTrack_l()
2066 notificationFrameCount = maxNotificationFrames; in createTrack_l()
2071 *pNotificationFrameCount = notificationFrameCount; in createTrack_l()
6927 size_t notificationFrameCount = *pNotificationFrameCount; in createRecordTrack_l() local
7018 notificationFrameCount = mFrameCount; in createRecordTrack_l()
7037 if (notificationFrameCount == 0 || notificationFrameCount > maxNotificationFrames) { in createRecordTrack_l()
7038 notificationFrameCount = maxNotificationFrames; in createRecordTrack_l()
7042 *pNotificationFrameCount = notificationFrameCount; in createRecordTrack_l()