Home
last modified time | relevance | path

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

/external/webrtc/video/
Dquality_threshold.cc17 QualityThreshold::QualityThreshold(int low_threshold, in QualityThreshold() argument
24 low_threshold_(low_threshold), in QualityThreshold()
35 RTC_CHECK_LT(low_threshold, high_threshold); in QualityThreshold()
Dquality_threshold.h24 QualityThreshold(int low_threshold,
/external/autotest/client/cros/chameleon/
Davsync_probe_utils.py113 def __init__(self, low_threshold, high_threshold, init_state): argument
123 if low_threshold > high_threshold:
125 low_threshold, high_threshold)
126 self._low_threshold = low_threshold
/external/webrtc/net/dcsctp/tx/
Drr_send_queue.cc113 void RRSendQueue::ThresholdWatcher::SetLowThreshold(size_t low_threshold) { in SetLowThreshold() argument
115 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()
Drr_send_queue.h126 size_t low_threshold() const { return low_threshold_; } in low_threshold() function
127 void SetLowThreshold(size_t low_threshold);