Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/
Dmedia_opt_util.cc85 int64_t highRttNackThresholdMs) in VCMNackFecMethod() argument
88 _highRttNackMs(highRttNackThresholdMs), in VCMNackFecMethod()
90 assert(lowRttNackThresholdMs >= -1 && highRttNackThresholdMs >= -1); in VCMNackFecMethod()
91 assert(highRttNackThresholdMs == -1 || in VCMNackFecMethod()
92 lowRttNackThresholdMs <= highRttNackThresholdMs); in VCMNackFecMethod()
93 assert(lowRttNackThresholdMs > -1 || highRttNackThresholdMs == -1); in VCMNackFecMethod()
Dmedia_opt_util.h194 int64_t highRttNackThresholdMs);