Searched refs:high_rtt_nack_threshold_ms_ (Results 1 – 2 of 2) sorted by relevance
245 high_rtt_nack_threshold_ms_(-1), in VCMJitterBuffer()945 high_rtt_nack_threshold_ms_ = high_rtt_nack_threshold_ms; in SetNackMode()948 if (rtt_ms_ == kDefaultRtt && high_rtt_nack_threshold_ms_ != -1) { in SetNackMode()1340 if (high_rtt_nack_threshold_ms_ >= 0 && in WaitForRetransmissions()1341 rtt_ms_ >= high_rtt_nack_threshold_ms_) { in WaitForRetransmissions()
371 int64_t high_rtt_nack_threshold_ms_; variable