Searched refs:min_bitrate_to_probe_further_bps_ (Results 1 – 2 of 2) sorted by relevance
240 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()
122 int64_t min_bitrate_to_probe_further_bps_; variable