Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation.cc190 : lost_packets_since_last_loss_update_(0), in SendSideBandwidthEstimation()
235 lost_packets_since_last_loss_update_ = 0; in OnRouteChange()
353 lost_packets_since_last_loss_update_ += packets_lost; in UpdatePacketsLost()
361 int64_t lost_q8 = lost_packets_since_last_loss_update_ << 8; in UpdatePacketsLost()
367 lost_packets_since_last_loss_update_ = 0; in UpdatePacketsLost()
Dgoog_cc_network_control.h119 int lost_packets_since_last_loss_update_ = 0; variable
Dsend_side_bandwidth_estimation.h156 int lost_packets_since_last_loss_update_; variable
Dgoog_cc_network_control.cc468 lost_packets_since_last_loss_update_ += 1; in OnTransportPacketsFeedback()
473 lost_packets_since_last_loss_update_, in OnTransportPacketsFeedback()
476 lost_packets_since_last_loss_update_ = 0; in OnTransportPacketsFeedback()