Home
last modified time | relevance | path

Searched refs:ToKBytesPerSecond (Results 1 – 4 of 4) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_sustained_bandwidth_recorder.cc47 << bandwidth_estimate_.ToKBytesPerSecond(); in RecordEstimate()
55 << max_bandwidth_estimate_.ToKBytesPerSecond(); in RecordEstimate()
Dquic_bandwidth_test.cc30 EXPECT_EQ(0, QuicBandwidth::Zero().ToKBytesPerSecond()); in TEST_F()
34 EXPECT_EQ(1, QuicBandwidth::FromBytesPerSecond(1000).ToKBytesPerSecond()); in TEST_F()
Dquic_bandwidth.h77 int64_t ToKBytesPerSecond() const { return bits_per_second_ / 8000; } in ToKBytesPerSecond() function
/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
Dquic_server_session_base.cc229 << bandwidth_estimate_sent_to_client_.ToKBytesPerSecond(); in OnCongestionWindowChange()