HomeSort by relevance Sort by last modified time
    Searched full:low_rtt_nack_threshold_ms_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/video_coding/
jitter_buffer.cc 244 low_rtt_nack_threshold_ms_(-1),
917 if (low_rtt_nack_threshold_ms_ >= 0 &&
918 rtt_ms_ >= low_rtt_nack_threshold_ms_) {
919 // For RTTs above low_rtt_nack_threshold_ms_ we don't apply extra delay
944 low_rtt_nack_threshold_ms_ = low_rtt_nack_threshold_ms;
    [all...]
jitter_buffer.h 370 int64_t low_rtt_nack_threshold_ms_; member in class:webrtc::VCMJitterBuffer

Completed in 522 milliseconds