Searched refs:highRttNackThresholdMs (Results 1 – 2 of 2) sorted by relevance
52 int64_t highRttNackThresholdMs) in VCMNackFecMethod() argument55 _highRttNackMs(highRttNackThresholdMs), in VCMNackFecMethod()57 assert(lowRttNackThresholdMs >= -1 && highRttNackThresholdMs >= -1); in VCMNackFecMethod()58 assert(highRttNackThresholdMs == -1 || in VCMNackFecMethod()59 lowRttNackThresholdMs <= highRttNackThresholdMs); in VCMNackFecMethod()60 assert(lowRttNackThresholdMs > -1 || highRttNackThresholdMs == -1); in VCMNackFecMethod()
205 int64_t highRttNackThresholdMs);