Home
last modified time | relevance | path

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

/external/webrtc/logging/rtc_event_log/
Drtc_event_log_parser.cc1992 const rtclog::LossBasedBweUpdate& loss_event = event.loss_based_bwe_update(); in GetLossBasedBweUpdate() local
1997 RTC_PARSE_CHECK_OR_RETURN(loss_event.has_bitrate_bps()); in GetLossBasedBweUpdate()
1998 bwe_update.bitrate_bps = loss_event.bitrate_bps(); in GetLossBasedBweUpdate()
1999 RTC_PARSE_CHECK_OR_RETURN(loss_event.has_fraction_loss()); in GetLossBasedBweUpdate()
2000 bwe_update.fraction_lost = loss_event.fraction_loss(); in GetLossBasedBweUpdate()
2001 RTC_PARSE_CHECK_OR_RETURN(loss_event.has_total_packets()); in GetLossBasedBweUpdate()
2002 bwe_update.expected_packets = loss_event.total_packets(); in GetLossBasedBweUpdate()