Searched refs:RateControlInput (Results 1 – 5 of 5) sorted by relevance
43 void Update(const RateControlInput* input, int64_t now_ms);63 void ChangeState(const RateControlInput& input, int64_t now_ms);76 RateControlInput current_input_;
102 void AimdRateControl::Update(const RateControlInput* input, int64_t now_ms) { in Update()284 void AimdRateControl::ChangeState(const RateControlInput& input, in ChangeState()
174 const RateControlInput input(bw_state, in UpdateEstimate()
370 const RateControlInput input(detector_.State(), in UpdateEstimate()
33 struct RateControlInput { struct34 RateControlInput(BandwidthUsage bw_state, in RateControlInput() function