Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/opus/
Daudio_encoder_opus.cc786 if (!bitrate_smoother_last_update_time_ || in MaybeUpdateUplinkBandwidth()
787 now_ms - *bitrate_smoother_last_update_time_ >= in MaybeUpdateUplinkBandwidth()
792 bitrate_smoother_last_update_time_ = now_ms; in MaybeUpdateUplinkBandwidth()
Daudio_encoder_opus.h174 absl::optional<int64_t> bitrate_smoother_last_update_time_; variable