Searched refs:bandwidth_estimation_ (Results 1 – 3 of 3) sorted by relevance
98 bandwidth_estimation_( in GoogCcNetworkController()149 estimated_bitrate = bandwidth_estimation_->target_rate(); in OnNetworkRouteChange()168 bandwidth_estimation_->OnRouteChange(); in OnNetworkRouteChange()204 bandwidth_estimation_->UpdateEstimate(msg.at_time); in OnProcessInterval()233 bandwidth_estimation_->UpdateReceiverEstimate(msg.receive_time, in OnRemoteBitrateReport()247 bandwidth_estimation_->UpdateRtt(msg.round_trip_time, msg.receive_time); in OnRoundTripTimeUpdate()262 bandwidth_estimation_->UpdatePropagationRtt(sent_packet.send_time, in OnSentPacket()265 bandwidth_estimation_->OnSentPacket(sent_packet); in OnSentPacket()314 bandwidth_estimation_->SetMinMaxBitrate(min_data_rate_, max_data_rate_); in OnStreamsConfig()362 bandwidth_estimation_->SetBitrates(starting_rate_, min_data_rate_, in ResetConstraints()[all …]
98 std::unique_ptr<SendSideBandwidthEstimation> bandwidth_estimation_; variable
89 return &controller_->bandwidth_estimation_ in CreateLoggers()