Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Djitter_buffer.cc245 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()
Djitter_buffer.h371 int64_t high_rtt_nack_threshold_ms_; variable