Searched refs:GetFeedbackInterval (Results 1 – 4 of 4) sorted by relevance
43 TimeDelta GetFeedbackInterval() const;
209 process_interval_ms_ = remote_rate->GetFeedbackInterval().ms(); in UpdateEstimate()
133 TimeDelta AimdRateControl::GetFeedbackInterval() const { in GetFeedbackInterval() function in webrtc::AimdRateControl
333 now_ms - last_update_ms_ > remote_rate_.GetFeedbackInterval().ms()) { in IncomingPacketInfo()