HomeSort by relevance Sort by last modified time
    Searched refs:halfway_point_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/quic/congestion_control/
inter_arrival_bitrate_ramp_up.cc 30 halfway_point_(QuicBandwidth::Zero()),
43 halfway_point_ = available_channel_estimate_.Add(
51 } else if (new_rate >= halfway_point_) {
74 if (available_channel_estimate_ == halfway_point_ &&
75 channel_estimate_ == halfway_point_) {
78 halfway_point_ = available_channel_estimate_.Add(
84 if (current_rate_ < halfway_point_) {
139 if (current_rate_ < halfway_point_) {
147 if (start_bellow_halfway_point && current_rate >= halfway_point_) {
inter_arrival_bitrate_ramp_up.h 50 QuicBandwidth halfway_point_; member in class:net::InterArrivalBitrateRampUp

Completed in 268 milliseconds