Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/opus/
Daudio_encoder_opus.cc370 bitrate_smoother_(std::move(bitrate_smoother)) { in AudioEncoderOpusImpl()
511 bitrate_smoother_->SetTimeConstantMs(*bwe_period_ms * 4); in OnReceivedUplinkBandwidth()
512 bitrate_smoother_->AddSample(target_audio_bitrate_bps); in OnReceivedUplinkBandwidth()
789 absl::optional<float> smoothed_bitrate = bitrate_smoother_->GetAverage(); in MaybeUpdateUplinkBandwidth()
Daudio_encoder_opus.h173 const std::unique_ptr<SmoothingFilter> bitrate_smoother_; variable