OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:congestion_control_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/media/cast/congestion_control/
congestion_control_unittest.cc
23
:
congestion_control_
(&testing_clock_,
39
EXPECT_FALSE(
congestion_control_
.OnAck(rtt, &new_bitrate));
44
congestion_control_
.OnAck(rtt, &new_bitrate);
46
EXPECT_TRUE(
congestion_control_
.OnNack(rtt, &new_bitrate));
52
CongestionControl
congestion_control_
;
member in class:media::cast::CongestionControlTest
60
EXPECT_FALSE(
congestion_control_
.OnAck(rtt, &new_bitrate));
67
EXPECT_TRUE(
congestion_control_
.OnAck(rtt, &new_bitrate));
72
EXPECT_TRUE(
congestion_control_
.OnAck(rtt, &new_bitrate));
81
EXPECT_FALSE(
congestion_control_
.OnNack(rtt, &new_bitrate));
88
EXPECT_TRUE(
congestion_control_
.OnNack(rtt, &new_bitrate))
[
all
...]
/external/chromium_org/media/cast/video_sender/
video_sender.h
136
CongestionControl
congestion_control_
;
member in class:media::cast::VideoSender
/external/chromium_org/net/quic/
quic_config.h
195
QuicNegotiableTag
congestion_control_
;
member in class:net::QuicConfig
Completed in 102 milliseconds