Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dprobe_controller.cc240 min_bitrate_to_probe_further_bps_ = kExponentialProbingDisabled; in OnNetworkAvailability()
282 << min_bitrate_to_probe_further_bps_; in SetEstimatedBitrate()
284 if (min_bitrate_to_probe_further_bps_ != kExponentialProbingDisabled && in SetEstimatedBitrate()
285 bitrate_bps > min_bitrate_to_probe_further_bps_) { in SetEstimatedBitrate()
358 min_bitrate_to_probe_further_bps_ = kExponentialProbingDisabled; in Reset()
380 min_bitrate_to_probe_further_bps_ = kExponentialProbingDisabled; in Process()
442 min_bitrate_to_probe_further_bps_ = in InitiateProbing()
446 min_bitrate_to_probe_further_bps_ = kExponentialProbingDisabled; in InitiateProbing()
Dprobe_controller.h122 int64_t min_bitrate_to_probe_further_bps_; variable