OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:delta_estimate_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/quic/congestion_control/
inter_arrival_overuse_detector.cc
52
delta_estimate_
(kBandwidthSteady),
123
return std::max(slope_estimate_,
delta_estimate_
);
158
if (
delta_estimate_
!= kBandwidthDraining) {
161
delta_estimate_
= kBandwidthDraining;
169
if (
delta_estimate_
!= kBandwidthSteady) {
176
delta_estimate_
= kBandwidthSteady;
184
if (
delta_estimate_
!= kBandwidthOverUsing) {
192
delta_estimate_
= kBandwidthOverUsing;
195
if (
delta_estimate_
!= kBandwidthUnderUsing) {
203
delta_estimate_
= kBandwidthUnderUsing
[
all
...]
inter_arrival_overuse_detector.h
157
BandwidthUsage
delta_estimate_
;
member in class:net::InterArrivalOveruseDetector
Completed in 40 milliseconds