Searched refs:lowRttNackThresholdMs (Results 1 – 2 of 2) sorted by relevance
51 VCMNackFecMethod::VCMNackFecMethod(int64_t lowRttNackThresholdMs, in VCMNackFecMethod() argument54 _lowRttNackMs(lowRttNackThresholdMs), in VCMNackFecMethod()57 assert(lowRttNackThresholdMs >= -1 && highRttNackThresholdMs >= -1); in VCMNackFecMethod()59 lowRttNackThresholdMs <= highRttNackThresholdMs); in VCMNackFecMethod()60 assert(lowRttNackThresholdMs > -1 || highRttNackThresholdMs == -1); in VCMNackFecMethod()
204 VCMNackFecMethod(int64_t lowRttNackThresholdMs,