Searched refs:bandwidth_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dvirtualsocketserver.h42 uint32 bandwidth() const { return bandwidth_; }
43 void set_bandwidth(uint32 bandwidth) { bandwidth_ = bandwidth; }
221 uint32 bandwidth_; member in class:rtc::VirtualSocketServer
H A Dvirtualsocketserver.cc543 bandwidth_(0), network_capacity_(kDefaultNetworkCapacity),
915 if (bandwidth_ == 0)
918 return 1000 * size / bandwidth_;
/external/chromium_org/net/quic/congestion_control/
H A Dsend_algorithm_simulator.h123 bandwidth_ = bandwidth;
221 QuicBandwidth bandwidth_; member in class:net::SendAlgorithmSimulator
H A Dsend_algorithm_simulator.cc50 bandwidth_(bandwidth),
314 DCHECK_GE(bandwidth_.ToBitsPerSecond(),
351 QuicByteCount bdp = bandwidth_.ToBytesPerPeriod(rtt_);
354 ack_time = ack_time.Add(bandwidth_.TransferTime(kPacketSize - bdp));
357 sent_packets_.back().ack_time.Add(bandwidth_.TransferTime(kPacketSize));
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasession.h162 bandwidth_(kAutoBandwidth),
188 int bandwidth() const { return bandwidth_; }
189 void set_bandwidth(int bandwidth) { bandwidth_ = bandwidth; }
285 int bandwidth_; member in class:cricket::MediaContentDescription

Completed in 142 milliseconds