Home
last modified time | relevance | path

Searched refs:Congested (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/pacing/
Dpacing_controller.cc172 const bool was_congested = Congested(); in SetCongestionWindow()
174 if (was_congested && !Congested()) { in SetCongestionWindow()
181 const bool was_congested = Congested(); in UpdateOutstandingData()
183 if (was_congested && !Congested()) { in UpdateOutstandingData()
189 bool PacingController::Congested() const { in Congested() function in webrtc::PacingController
325 if (send_padding_if_silent_ || paused_ || Congested() || in ShouldSendKeepalive()
371 if (Congested() || packet_counter_ == 0) { in NextSendTime()
618 if (Congested()) { in PaddingToAdd()
660 if (Congested()) { in GetPendingPacket()
Dpacing_controller.h148 bool Congested() const;