Home
last modified time | relevance | path

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

/external/webrtc/logging/rtc_event_log/encoder/
Drtc_event_log_encoder_unittest.cc1126 const auto& loss_notifications = parsed_log_.loss_notifications(direction); in TEST_P() local
1127 ASSERT_EQ(loss_notifications.size(), event_count_); in TEST_P()
1131 loss_notifications[i]); in TEST_P()
/external/webrtc/logging/rtc_event_log/
Drtc_event_log_parser.h593 const std::vector<LoggedRtcpPacketLossNotification>& loss_notifications( in RTC_POP_IGNORING_WUNDEF()