HomeSort by relevance Sort by last modified time
    Searched refs:congestion_control_ (Results 1 - 5 of 5) 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/net/quic/
quic_config.cc 227 congestion_control_(kCGST, QuicNegotiableValue::PRESENCE_REQUIRED),
246 congestion_control_.set(congestion_control, default_congestion_control);
250 return congestion_control_.GetTag();
312 return congestion_control_.negotiated() &&
326 congestion_control_.set(congestion_control, kQBIC);
340 congestion_control_.ToHandshakeMessage(out);
356 error = congestion_control_.ProcessClientHello(client_hello, error_details);
388 error = congestion_control_.ProcessServerHello(server_hello, error_details);
quic_config.h 195 QuicNegotiableTag congestion_control_; member in class:net::QuicConfig
  /external/chromium_org/media/cast/video_sender/
video_sender.h 136 CongestionControl congestion_control_; member in class:media::cast::VideoSender
video_sender.cc 69 congestion_control_(cast_environment->Clock(),
380 if (congestion_control_.OnAck(rtt, &new_bitrate)) {
406 if (congestion_control_.OnNack(rtt, &new_bitrate)) {

Completed in 622 milliseconds