HomeSort by relevance Sort by last modified time
    Searched refs:SetSendBandwidth (Results 1 - 22 of 22) sorted by null

  /external/chromium/third_party/libjingle/source/talk/session/phone/
filemediaengine.h 152 virtual bool SetSendBandwidth(bool autobw, int bps) { return true; }
187 virtual bool SetSendBandwidth(bool autobw, int bps) { return true; }
mediaengine.h 258 virtual bool SetSendBandwidth(bool autobw, int bps) { return true; }
mediachannel.h 101 virtual bool SetSendBandwidth(bool autobw, int bps) = 0;
channel.cc 487 return media_channel()->SetSendBandwidth(true, max_bandwidth);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
rtpdataengine.h 99 virtual bool SetSendBandwidth(bool autobw, int bps);
filemediaengine.h 233 virtual bool SetSendBandwidth(bool autobw, int bps) { return true; }
298 virtual bool SetSendBandwidth(bool autobw, int bps) { return true; }
hybridvideoengine.cc 186 bool HybridVideoMediaChannel::SetSendBandwidth(bool autobw, int bps) {
188 active_channel_->SetSendBandwidth(autobw, bps);
hybridvideoengine.h 78 virtual bool SetSendBandwidth(bool autobw, int bps);
mediachannel.h 452 virtual bool SetSendBandwidth(bool autobw, int bps) = 0;
929 virtual bool SetSendBandwidth(bool autobw, int bps) = 0;
    [all...]
rtpdataengine.cc 290 bool RtpDataMediaChannel::SetSendBandwidth(bool autobw, int bps) {
295 LOG(LS_INFO) << "RtpDataMediaChannel::SetSendBandwidth to " << bps << "bps.";
fakemediaengine.h 282 virtual bool SetSendBandwidth(bool autobw, int bps) { return true; }
535 virtual bool SetSendBandwidth(bool autobw, int bps) { return true; }
631 virtual bool SetSendBandwidth(bool autobw, int bps) {
videoengine_unittest.h     [all...]
rtpdataengine_unittest.cc 387 dmc->SetSendBandwidth(false, 872);
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctpdataengine.h 160 virtual bool SetSendBandwidth(bool autobw, int bps) { return true; }
  /external/chromium_org/third_party/libjingle/source/talk/media/other/
linphonemediaengine.h 148 virtual bool SetSendBandwidth(bool autobw, int bps) { return true; }
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.h 273 virtual bool SetSendBandwidth(bool autobw, int bps);
webrtcvoiceengine.h 351 virtual bool SetSendBandwidth(bool autobw, int bps);
webrtcvideoengine_unittest.cc     [all...]
webrtcvoiceengine_unittest.cc 182 // |auto_bitrate| is a parameter to set to SetSendBandwidth().
183 // |desired_bitrate| is a parameter to set to SetSendBandwidth().
184 // |expected_result| is expected results from SetSendBandwidth().
200 bool result = channel_->SetSendBandwidth(auto_bitrate, desired_bitrate);
206 // If SetSendBandwidth() returns true then bitrate is set correctly.
213 // If SetSendBandwidth() returns false then bitrate is set to the
605 EXPECT_TRUE(channel_->SetSendBandwidth(false, 128000));
608 EXPECT_FALSE(channel_->SetSendBandwidth(false, 128));
    [all...]
webrtcvoiceengine.cc     [all...]
webrtcvideoengine.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc     [all...]

Completed in 321 milliseconds