Searched refs:lowRttNackThresholdMs (Results 1 – 2 of 2) sorted by relevance
84 VCMNackFecMethod::VCMNackFecMethod(int64_t lowRttNackThresholdMs, in VCMNackFecMethod() argument87 _lowRttNackMs(lowRttNackThresholdMs), in VCMNackFecMethod()90 assert(lowRttNackThresholdMs >= -1 && highRttNackThresholdMs >= -1); in VCMNackFecMethod()92 lowRttNackThresholdMs <= highRttNackThresholdMs); in VCMNackFecMethod()93 assert(lowRttNackThresholdMs > -1 || highRttNackThresholdMs == -1); in VCMNackFecMethod()
193 VCMNackFecMethod(int64_t lowRttNackThresholdMs,