Searched refs:bitrate_smoother_ (Results 1 – 2 of 2) sorted by relevance
370 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()
173 const std::unique_ptr<SmoothingFilter> bitrate_smoother_; variable