Searched refs:low_threshold (Results 1 – 5 of 5) sorted by relevance
17 QualityThreshold::QualityThreshold(int low_threshold, in QualityThreshold() argument24 low_threshold_(low_threshold), in QualityThreshold()35 RTC_CHECK_LT(low_threshold, high_threshold); in QualityThreshold()
24 QualityThreshold(int low_threshold,
113 def __init__(self, low_threshold, high_threshold, init_state): argument123 if low_threshold > high_threshold:125 low_threshold, high_threshold)126 self._low_threshold = low_threshold
113 void RRSendQueue::ThresholdWatcher::SetLowThreshold(size_t low_threshold) { in SetLowThreshold() argument115 if (low_threshold_ < value_ && low_threshold >= value_) { in SetLowThreshold()118 low_threshold_ = low_threshold; in SetLowThreshold()472 return it->second.buffered_amount().low_threshold(); in buffered_amount_low_threshold()
126 size_t low_threshold() const { return low_threshold_; } in low_threshold() function127 void SetLowThreshold(size_t low_threshold);