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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
jitter_buffer.cc 153 high_rtt_nack_threshold_ms_(-1),
862 high_rtt_nack_threshold_ms_ = high_rtt_nack_threshold_ms;
863 // Don't set a high start rtt if high_rtt_nack_threshold_ms_ is used, to not
865 if (rtt_ms_ == kDefaultRtt && high_rtt_nack_threshold_ms_ != -1) {
    [all...]
jitter_buffer.h 320 int high_rtt_nack_threshold_ms_; member in class:webrtc::VCMJitterBuffer

Completed in 58 milliseconds