Searched refs:packet_loss_fraction_smoother_ (Results 1 – 2 of 2) sorted by relevance
368 packet_loss_fraction_smoother_(new PacketLossFractionSmoother()), in AudioEncoderOpusImpl()479 packet_loss_fraction_smoother_->AddSample(uplink_packet_loss_fraction); in OnReceivedUplinkPacketLossFraction()480 float average_fraction_loss = packet_loss_fraction_smoother_->GetAverage(); in OnReceivedUplinkPacketLossFraction()
169 std::unique_ptr<PacketLossFractionSmoother> packet_loss_fraction_smoother_; variable