Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/session/phone/
Dchannel.cc1087 bool auto_bandwidth = (bandwidth_bps == kAutoBandwidth); in SetRemoteContent_w() local
1088 ret = media_channel()->SetSendBandwidth(auto_bandwidth, bandwidth_bps); in SetRemoteContent_w()
/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dfakemediaengine.h609 bool auto_bandwidth() const { return auto_bandwidth_; } in auto_bandwidth() function
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dchannel.cc2676 bool auto_bandwidth = (bandwidth_bps == kAutoBandwidth); in SetRemoteContent_w() local
2677 ret &= media_channel()->SetSendBandwidth(auto_bandwidth, bandwidth_bps); in SetRemoteContent_w()