Home
last modified time | relevance | path

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

/external/webrtc/call/
Drtp_bitrate_configurator.h49 absl::optional<BitrateConstraints> UpdateWithRelayCap(DataRate cap);
Drtp_bitrate_configurator.cc83 absl::optional<BitrateConstraints> RtpBitrateConfigurator::UpdateWithRelayCap( in UpdateWithRelayCap() function in webrtc::RtpBitrateConfigurator
Drtp_transport_controller_send.cc464 return bitrate_configurator_.UpdateWithRelayCap(cap); in ApplyOrLiftRelayCap()