Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/opus/
Daudio_encoder_opus.cc492 absl::optional<int64_t> stable_target_bitrate_bps) { in OnReceivedUplinkBandwidth() argument
496 if (stable_target_bitrate_bps) in OnReceivedUplinkBandwidth()
497 audio_network_adaptor_->SetUplinkBandwidth(*stable_target_bitrate_bps); in OnReceivedUplinkBandwidth()