Searched refs:high_rtt_nack_threshold_ms_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Djitter_buffer.cc152 high_rtt_nack_threshold_ms_(-1),
859 high_rtt_nack_threshold_ms_ = high_rtt_nack_threshold_ms;
860 // Don't set a high start rtt if high_rtt_nack_threshold_ms_ is used, to not
862 if (rtt_ms_ == kDefaultRtt && high_rtt_nack_threshold_ms_ != -1) {
1256 // Evaluate if the RTT is higher than |high_rtt_nack_threshold_ms_|, and in
1258 if (high_rtt_nack_threshold_ms_ >= 0 &&
1259 rtt_ms_ >= static_cast<unsigned int>(high_rtt_nack_threshold_ms_)) {
H A Djitter_buffer.h320 int high_rtt_nack_threshold_ms_; member in class:webrtc::VCMJitterBuffer

Completed in 85 milliseconds