Home
last modified time | relevance | path

Searched refs:low_rtt_nack_threshold_ms_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Djitter_buffer.cc151 low_rtt_nack_threshold_ms_(-1), in VCMJitterBuffer()
831 if (low_rtt_nack_threshold_ms_ >= 0 && in EstimatedJitterMs()
832 static_cast<int>(rtt_ms_) >= low_rtt_nack_threshold_ms_) { in EstimatedJitterMs()
858 low_rtt_nack_threshold_ms_ = low_rtt_nack_threshold_ms; in SetNackMode()
Djitter_buffer.h319 int low_rtt_nack_threshold_ms_; variable