Searched refs:low_rtt_nack_threshold_ms_ (Results 1 – 2 of 2) sorted by relevance
244 low_rtt_nack_threshold_ms_(-1), in VCMJitterBuffer()917 if (low_rtt_nack_threshold_ms_ >= 0 && in EstimatedJitterMs()918 rtt_ms_ >= low_rtt_nack_threshold_ms_) { in EstimatedJitterMs()944 low_rtt_nack_threshold_ms_ = low_rtt_nack_threshold_ms; in SetNackMode()
370 int64_t low_rtt_nack_threshold_ms_; variable