Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/opus/
Daudio_encoder_opus.h118 class PacketLossFractionSmoother;
169 std::unique_ptr<PacketLossFractionSmoother> packet_loss_fraction_smoother_;
Daudio_encoder_opus.cc314 class AudioEncoderOpusImpl::PacketLossFractionSmoother { class in webrtc::AudioEncoderOpusImpl
316 explicit PacketLossFractionSmoother() in PacketLossFractionSmoother() function in webrtc::AudioEncoderOpusImpl::PacketLossFractionSmoother
368 packet_loss_fraction_smoother_(new PacketLossFractionSmoother()), in AudioEncoderOpusImpl()