Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Djitter_buffer.cc244 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()
Djitter_buffer.h370 int64_t low_rtt_nack_threshold_ms_; variable