Home
last modified time | relevance | path

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

/external/webrtc/call/
Dsimulated_network.cc92 double prob_loss = config.loss_percent / 100.0; in SetConfig() local
95 config_state_.prob_loss_bursting = prob_loss; in SetConfig()
96 config_state_.prob_start_bursting = prob_loss; in SetConfig()
100 int min_avg_burst_loss_length = std::ceil(prob_loss / (1 - prob_loss)); in SetConfig()
110 prob_loss / (1 - prob_loss) / avg_burst_loss_length; in SetConfig()