Searched refs:SetMaxSendBandwidth (Results 1 - 7 of 7) sorted by relevance

/external/webrtc/talk/media/base/
H A Drtpdataengine.h124 bool SetMaxSendBandwidth(int bps);
H A Drtpdataengine.cc159 SetMaxSendBandwidth(params.max_bandwidth_bps));
285 bool RtpDataMediaChannel::SetMaxSendBandwidth(int bps) { function in class:cricket::RtpDataMediaChannel
H A Dfakemediaengine.h260 SetMaxSendBandwidth(params.max_bandwidth_bps) &&
396 bool SetMaxSendBandwidth(int bps) { return true; } function in class:cricket::FakeVoiceMediaChannel
479 SetMaxSendBandwidth(params.max_bandwidth_bps) &&
588 bool SetMaxSendBandwidth(int bps) { function in class:cricket::FakeVideoMediaChannel
627 SetMaxSendBandwidth(params.max_bandwidth_bps));
683 bool SetMaxSendBandwidth(int bps) { function in class:cricket::FakeDataMediaChannel
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvoiceengine.h226 bool SetMaxSendBandwidth(int bps);
H A Dwebrtcvideoengine2.h205 bool SetMaxSendBandwidth(int bps);
H A Dwebrtcvideoengine2.cc720 !SetMaxSendBandwidth(params.max_bandwidth_bps) ||
1439 bool WebRtcVideoChannel2::SetMaxSendBandwidth(int max_bitrate_bps) { function in class:cricket::WebRtcVideoChannel2
1444 LOG(LS_INFO) << "SetMaxSendBandwidth: " << max_bitrate_bps << "bps.";
H A Dwebrtcvoiceengine.cc1327 if (!SetMaxSendBandwidth(params.max_bandwidth_bps)) {
2295 // TODO(minyue): SetMaxSendBandwidth() is subject to be renamed to
2297 bool WebRtcVoiceMediaChannel::SetMaxSendBandwidth(int bps) { function in class:cricket::WebRtcVoiceMediaChannel
2298 LOG(LS_INFO) << "WebRtcVoiceMediaChannel::SetMaxSendBandwidth.";
2315 // TODO(bemasc): Fix this so that if SetMaxSendBandwidth(50) is followed by

Completed in 438 milliseconds