Searched refs:auto_bandwidth (Results 1 – 3 of 3) sorted by relevance
1087 bool auto_bandwidth = (bandwidth_bps == kAutoBandwidth); in SetRemoteContent_w() local1088 ret = media_channel()->SetSendBandwidth(auto_bandwidth, bandwidth_bps); in SetRemoteContent_w()
609 bool auto_bandwidth() const { return auto_bandwidth_; } in auto_bandwidth() function
2676 bool auto_bandwidth = (bandwidth_bps == kAutoBandwidth); in SetRemoteContent_w() local2677 ret &= media_channel()->SetSendBandwidth(auto_bandwidth, bandwidth_bps); in SetRemoteContent_w()