Home
last modified time | relevance | path

Searched defs:low_threshold (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/video/
Dquality_threshold.cc17 QualityThreshold::QualityThreshold(int low_threshold, in QualityThreshold()
/external/autotest/client/cros/chameleon/
Davsync_probe_utils.py113 def __init__(self, low_threshold, high_threshold, init_state): argument
/external/webrtc/net/dcsctp/tx/
Drr_send_queue.h126 size_t low_threshold() const { return low_threshold_; } in low_threshold() function
Drr_send_queue.cc113 void RRSendQueue::ThresholdWatcher::SetLowThreshold(size_t low_threshold) { in SetLowThreshold()