Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/pcc/
Dpcc_network_controller.cc34 constexpr double kMinRateChangeBps = 4000; variable
36 static_cast<int64_t>(kMinRateChangeBps / kDefaultSamplingStep));
219 bandwidth_estimate_.bps() + sign * kMinRateChangeBps, 0)), in OnSentPacket()
221 bandwidth_estimate_.bps() - sign * kMinRateChangeBps, 0))}; in OnSentPacket()