Searched refs:_highRttNackMs (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
H A Dmedia_opt_util.cc55 _highRttNackMs(highRttNackThresholdMs),
72 // 2. High RTT (above _highRttNackMs) - FEC Only: Keep FEC factors.
89 } else if (_highRttNackMs == -1 || parameters->rtt < _highRttNackMs) {
H A Dmedia_opt_util.h221 int64_t _highRttNackMs; member in class:webrtc::media_optimization::VCMNackFecMethod

Completed in 84 milliseconds