Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/opus/
Daudio_encoder_opus.cc368 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()
Daudio_encoder_opus.h169 std::unique_ptr<PacketLossFractionSmoother> packet_loss_fraction_smoother_; variable