Searched refs:bandwidth_backoff_lower_bound_factor (Results 1 – 2 of 2) sorted by relevance
392 FieldTrialParameter<double> bandwidth_backoff_lower_bound_factor( in CreateConfig() local441 &bandwidth_backoff_lower_bound_factor, in CreateConfig()497 config->bandwidth_backoff_lower_bound_factor = in CreateConfig()498 bandwidth_backoff_lower_bound_factor.Get(); in CreateConfig()672 if (config_->bandwidth_backoff_lower_bound_factor > 1.0) { in IsConfigValid()676 << config_->bandwidth_backoff_lower_bound_factor; in IsConfigValid()775 config_->bandwidth_backoff_lower_bound_factor); in GetCandidates()
103 double bandwidth_backoff_lower_bound_factor = 0.0; member