Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/test_tools/
Dquic_sustained_bandwidth_recorder_peer.cc16 int32 bandwidth_estimate_kbytes_per_second) { in SetBandwidthEstimate() argument
19 QuicBandwidth::FromKBytesPerSecond(bandwidth_estimate_kbytes_per_second); in SetBandwidthEstimate()
Dquic_sustained_bandwidth_recorder_peer.h20 int32 bandwidth_estimate_kbytes_per_second);
/external/chromium_org/net/tools/quic/
Dquic_server_session_test.cc303 int32 bandwidth_estimate_kbytes_per_second = 123; in TEST_P() local
319 &bandwidth_recorder, bandwidth_estimate_kbytes_per_second); in TEST_P()
330 bandwidth_estimate_kbytes_per_second = in TEST_P()
331 bandwidth_estimate_kbytes_per_second * 1.6; in TEST_P()