Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/
Dmedia_opt_util.cc88 _highRttNackMs(highRttNackThresholdMs), in VCMNackFecMethod()
122 } else if (_highRttNackMs == -1 || parameters->rtt < _highRttNackMs) { in ProtectionFactor()
Dmedia_opt_util.h210 int64_t _highRttNackMs; variable