Searched refs:new_estimate (Results 1 – 1 of 1) sorted by relevance
392 QuicBandwidth new_estimate = QuicBandwidth::Zero(); in EstimateNewBandwidthAfterDraining() local395 new_estimate = back_down_bandwidth_; in EstimateNewBandwidthAfterDraining()406 new_estimate = back_down_bandwidth_; in EstimateNewBandwidthAfterDraining()410 new_estimate = std::max(current_bandwidth_, in EstimateNewBandwidthAfterDraining()418 << new_estimate.ToKBitsPerSecond() << " Kbits/s " in EstimateNewBandwidthAfterDraining()425 if (new_estimate == current_bandwidth_) { in EstimateNewBandwidthAfterDraining()445 bitrate_ramp_up_->Reset(new_estimate, back_down_bandwidth_, channel_estimate); in EstimateNewBandwidthAfterDraining()447 paced_sender_->UpdateBandwidthEstimate(feedback_receive_time, new_estimate); in EstimateNewBandwidthAfterDraining()448 current_bandwidth_ = new_estimate; in EstimateNewBandwidthAfterDraining()450 << new_estimate.ToKBitsPerSecond() << " Kbits/s"; in EstimateNewBandwidthAfterDraining()