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

  /external/webrtc/webrtc/modules/video_coding/
media_opt_util.cc 55 _highRttNackMs(highRttNackThresholdMs),
72 // 2. High RTT (above _highRttNackMs) - FEC Only: Keep FEC factors.
89 } else if (_highRttNackMs == -1 || parameters->rtt < _highRttNackMs) {
media_opt_util.h 221 int64_t _highRttNackMs;

Completed in 82 milliseconds