Searched refs:low_rtt_nack_threshold_ms_ (Results 1 – 2 of 2) sorted by relevance
151 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()
319 int low_rtt_nack_threshold_ms_; variable