Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dgoog_cc_network_control.cc98 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 …]
Dgoog_cc_network_control.h98 std::unique_ptr<SendSideBandwidthEstimation> bandwidth_estimation_; variable
/external/webrtc/modules/congestion_controller/goog_cc/test/
Dgoog_cc_printer.cc89 return &controller_->bandwidth_estimation_ in CreateLoggers()