Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/call/
H A Drtp_bitrate_configurator.h52 absl::optional<BitrateConstraints> UpdateWithRelayCap(DataRate cap);
H A Drtp_bitrate_configurator.cc83 absl::optional<BitrateConstraints> RtpBitrateConfigurator::UpdateWithRelayCap( in UpdateWithRelayCap() function in webrtc::RtpBitrateConfigurator
H A Drtp_transport_controller_send.cc478 return bitrate_configurator_.UpdateWithRelayCap(cap); in ApplyOrLiftRelayCap()