Home
last modified time | relevance | path

Searched refs:low_threshold (Results 1 – 3 of 3) 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