Searched defs:SetMaxSendBandwidth (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Drtpdataengine.cc293 bool RtpDataMediaChannel::SetMaxSendBandwidth(int bps) { function in class:cricket::RtpDataMediaChannel
H A Dfilemediaengine.h245 virtual bool SetMaxSendBandwidth(int bps) { return true; } function in class:cricket::FileVoiceChannel
316 virtual bool SetMaxSendBandwidth(int bps) { return true; } function in class:cricket::FileVideoChannel
H A Dfakemediaengine.h285 virtual bool SetMaxSendBandwidth(int bps) { return true; } function in class:cricket::FakeVoiceMediaChannel
575 virtual bool SetMaxSendBandwidth(int bps) { function in class:cricket::FakeVideoMediaChannel
677 virtual bool SetMaxSendBandwidth(int bps) { function in class:cricket::FakeDataMediaChannel
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
H A Dsctpdataengine.h176 virtual bool SetMaxSendBandwidth(int bps) { return true; } function in class:cricket::SctpDataMediaChannel
/external/chromium_org/third_party/libjingle/source/talk/media/other/
H A Dlinphonemediaengine.h147 virtual bool SetMaxSendBandwidth(int bps) { return true; } function in class:cricket::LinphoneVoiceChannel
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine2.cc1227 bool WebRtcVideoChannel2::SetMaxSendBandwidth(int bps) { function in class:cricket::WebRtcVideoChannel2
1229 LOG(LS_VERBOSE) << "SetMaxSendBandwidth: " << bps;
H A Dwebrtcvoiceengine.cc3215 bool WebRtcVoiceMediaChannel::SetMaxSendBandwidth(int bps) { function in class:cricket::WebRtcVoiceMediaChannel
3234 // TODO(bemasc): Fix this so that if SetMaxSendBandwidth(50) is followed by
H A Dwebrtcvideoengine.cc2918 // in SetMaxSendBandwidth.
2926 bool WebRtcVideoMediaChannel::SetMaxSendBandwidth(int bps) { function in class:cricket::WebRtcVideoMediaChannel
2927 LOG(LS_INFO) << "WebRtcVideoMediaChannel::SetMaxSendBandwidth";
2941 LogSendCodecChange("SetMaxSendBandwidth()");

Completed in 753 milliseconds