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

  /external/webrtc/webrtc/modules/video_coding/
jitter_buffer.cc 245 high_rtt_nack_threshold_ms_(-1),
945 high_rtt_nack_threshold_ms_ = high_rtt_nack_threshold_ms;
946 // Don't set a high start rtt if high_rtt_nack_threshold_ms_ is used, to not
948 if (rtt_ms_ == kDefaultRtt && high_rtt_nack_threshold_ms_ != -1) {
    [all...]
jitter_buffer.h 371 int64_t high_rtt_nack_threshold_ms_; member in class:webrtc::VCMJitterBuffer

Completed in 472 milliseconds