Lines Matching refs:notificationFrameCount
2020 size_t notificationFrameCount = *pNotificationFrameCount; in createTrack_l() local
2121 if (notificationFrameCount != frameCount) { in createTrack_l()
2122 notificationFrameCount = frameCount; in createTrack_l()
2213 if (notificationFrameCount == 0 || notificationFrameCount > maxNotificationFrames) { in createTrack_l()
2214 if (notificationFrameCount == 0) { in createTrack_l()
2219 notificationFrameCount, maxNotificationFrames, frameCount); in createTrack_l()
2221 notificationFrameCount = maxNotificationFrames; in createTrack_l()
2226 *pNotificationFrameCount = notificationFrameCount; in createTrack_l()
7498 size_t notificationFrameCount = *pNotificationFrameCount; in createRecordTrack_l() local
7597 notificationFrameCount = mFrameCount; in createRecordTrack_l()
7616 if (notificationFrameCount == 0 || notificationFrameCount > maxNotificationFrames) { in createRecordTrack_l()
7617 notificationFrameCount = maxNotificationFrames; in createRecordTrack_l()
7621 *pNotificationFrameCount = notificationFrameCount; in createRecordTrack_l()