Searched refs:packet_loss_smoother_ (Results 1 – 2 of 2) sorted by relevance
53 packet_loss_smoother_(std::move(smoothing_filter)) { in FecControllerPlrBased()72 packet_loss_smoother_->AddSample( in UpdateNetworkMetrics()81 const auto& packet_loss = packet_loss_smoother_->GetAverage(); in MakeDecision()
67 const std::unique_ptr<SmoothingFilter> packet_loss_smoother_; variable