OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:slope_estimate_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/quic/congestion_control/
inter_arrival_overuse_detector.cc
54
slope_estimate_
(kBandwidthSteady),
123
return std::max(
slope_estimate_
, delta_estimate_);
221
if (
slope_estimate_
!= kBandwidthDraining) {
224
slope_estimate_
= kBandwidthDraining;
228
if (
slope_estimate_
!= kBandwidthSteady) {
233
slope_estimate_
= kBandwidthSteady;
238
if (
slope_estimate_
!= kBandwidthOverUsing) {
243
slope_estimate_
= kBandwidthOverUsing;
246
if (
slope_estimate_
!= kBandwidthUnderUsing) {
251
slope_estimate_
= kBandwidthUnderUsing
[
all
...]
inter_arrival_overuse_detector.h
162
BandwidthUsage
slope_estimate_
;
member in class:net::InterArrivalOveruseDetector
Completed in 23 milliseconds