OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateChannelEstimate
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/quic/congestion_control/
inter_arrival_bitrate_ramp_up.h
33
void
UpdateChannelEstimate
(QuicBandwidth channel_estimate);
inter_arrival_bitrate_ramp_up.cc
64
void InterArrivalBitrateRampUp::
UpdateChannelEstimate
(
82
DVLOG(1) << "
UpdateChannelEstimate
; first usable value:"
100
DVLOG(1) << "
UpdateChannelEstimate
; time to origin point:"
inter_arrival_bitrate_ramp_up_test.cc
351
bitrate_ramp_up_.
UpdateChannelEstimate
(channel_estimate);
389
bitrate_ramp_up_.
UpdateChannelEstimate
(channel_estimate);
inter_arrival_sender.cc
362
bitrate_ramp_up_->
UpdateChannelEstimate
(channel_estimate);
Completed in 28 milliseconds