Lines Matching refs:notificationFrameCount
2223 size_t notificationFrameCount = *pNotificationFrameCount; in createTrack_l() local
2324 if (notificationFrameCount != frameCount) { in createTrack_l()
2325 notificationFrameCount = frameCount; in createTrack_l()
2416 if (notificationFrameCount == 0 || notificationFrameCount > maxNotificationFrames) { in createTrack_l()
2417 if (notificationFrameCount == 0) { in createTrack_l()
2422 notificationFrameCount, maxNotificationFrames, frameCount); in createTrack_l()
2424 notificationFrameCount = maxNotificationFrames; in createTrack_l()
2429 *pNotificationFrameCount = notificationFrameCount; in createTrack_l()
8135 size_t notificationFrameCount = *pNotificationFrameCount; in createRecordTrack_l() local
8249 notificationFrameCount = mFrameCount; in createRecordTrack_l()
8268 if (notificationFrameCount == 0 || notificationFrameCount > maxNotificationFrames) { in createRecordTrack_l()
8269 notificationFrameCount = maxNotificationFrames; in createRecordTrack_l()
8273 *pNotificationFrameCount = notificationFrameCount; in createRecordTrack_l()