Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dprobe_controller.cc213 DataRate first_probe_rate = in OnMaxTotalAllocatedBitrate() local
217 first_probe_rate = std::min(first_probe_rate, probe_cap); in OnMaxTotalAllocatedBitrate()
218 std::vector<int64_t> probes = {first_probe_rate.bps()}; in OnMaxTotalAllocatedBitrate()
224 if (second_probe_rate > first_probe_rate) in OnMaxTotalAllocatedBitrate()