Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/logging/rtc_event_log/events/
H A Dlogged_rtp_rtcp.h232 struct LoggedRtcpPacketLossNotification { struct
233 LoggedRtcpPacketLossNotification() = default;
234 LoggedRtcpPacketLossNotification( in LoggedRtcpPacketLossNotification() function
/aosp_15_r20/external/webrtc/logging/rtc_event_log/
H A Drtc_event_log_parser.h620 const std::vector<LoggedRtcpPacketLossNotification>& loss_notifications( in RTC_POP_IGNORING_WUNDEF()
851 std::vector<LoggedRtcpPacketLossNotification> incoming_loss_notification_; in RTC_POP_IGNORING_WUNDEF()
852 std::vector<LoggedRtcpPacketLossNotification> outgoing_loss_notification_; in RTC_POP_IGNORING_WUNDEF()
H A Drtc_event_log_unittest_helper.h296 const LoggedRtcpPacketLossNotification& logged_loss_notification);
H A Drtc_event_log_unittest_helper.cc1275 const LoggedRtcpPacketLossNotification& logged_loss_notification) { in VerifyLoggedLossNotification()
H A Drtc_event_log_parser.cc684 std::vector<LoggedRtcpPacketLossNotification>* loss_notification_list) { in StoreRtcpBlocks()
740 LoggedRtcpPacketLossNotification parsed_block; in StoreRtcpBlocks()