HomeSort by relevance Sort by last modified time
    Searched full:congestion_control (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/chromium_org/media/cast/congestion_control/
congestion_control.gypi 8 'target_name': 'congestion_control',
14 'congestion_control.h',
15 'congestion_control.cc',
  /external/chromium_org/media/cast/
cast_sender.gyp 8 'congestion_control/congestion_control.gypi',
28 'congestion_control',
README 16 cast/congestion_control/
  /external/chromium_org/net/quic/congestion_control/
receive_algorithm_interface.cc 5 #include "net/quic/congestion_control/receive_algorithm_interface.h"
7 #include "net/quic/congestion_control/fix_rate_receiver.h"
8 #include "net/quic/congestion_control/tcp_receiver.h"
send_algorithm_interface.cc 5 #include "net/quic/congestion_control/send_algorithm_interface.h"
7 #include "net/quic/congestion_control/fix_rate_sender.h"
8 #include "net/quic/congestion_control/tcp_cubic_sender.h"
inter_arrival_sender.h 11 #include "net/quic/congestion_control/channel_estimator.h"
12 #include "net/quic/congestion_control/inter_arrival_bitrate_ramp_up.h"
13 #include "net/quic/congestion_control/inter_arrival_overuse_detector.h"
14 #include "net/quic/congestion_control/inter_arrival_probe.h"
15 #include "net/quic/congestion_control/inter_arrival_state_machine.h"
16 #include "net/quic/congestion_control/paced_sender.h"
17 #include "net/quic/congestion_control/send_algorithm_interface.h"
fix_rate_receiver.cc 5 #include "net/quic/congestion_control/fix_rate_receiver.h"
8 #include "net/quic/congestion_control/receive_algorithm_interface.h"
fix_rate_sender.h 15 #include "net/quic/congestion_control/leaky_bucket.h"
16 #include "net/quic/congestion_control/paced_sender.h"
17 #include "net/quic/congestion_control/send_algorithm_interface.h"
fix_rate_receiver.h 13 #include "net/quic/congestion_control/receive_algorithm_interface.h"
inter_arrival_receiver.h 11 #include "net/quic/congestion_control/receive_algorithm_interface.h"
tcp_receiver.cc 6 #include "net/quic/congestion_control/tcp_receiver.h"
tcp_receiver.h 13 #include "net/quic/congestion_control/receive_algorithm_interface.h"
tcp_cubic_sender.h 14 #include "net/quic/congestion_control/cubic.h"
15 #include "net/quic/congestion_control/hybrid_slow_start.h"
16 #include "net/quic/congestion_control/send_algorithm_interface.h"
channel_estimator.h 17 #include "net/quic/congestion_control/quic_max_sized_map.h"
cube_root_test.cc 6 #include "net/quic/congestion_control/cube_root.h"
inter_arrival_probe.h 13 #include "net/quic/congestion_control/available_channel_estimator.h"
  /external/chromium_org/media/cast/video_sender/
video_sender.gypi 29 'congestion_control',
  /external/chromium_org/tools/gn/secondary/net/
BUILD.gn 639 "quic/congestion_control/available_channel_estimator.cc",
640 "quic/congestion_control/available_channel_estimator.h",
641 "quic/congestion_control/channel_estimator.cc",
642 "quic/congestion_control/channel_estimator.h",
643 "quic/congestion_control/cube_root.cc",
644 "quic/congestion_control/cube_root.h",
645 "quic/congestion_control/cubic.cc",
646 "quic/congestion_control/cubic.h",
647 "quic/congestion_control/fix_rate_receiver.cc",
648 "quic/congestion_control/fix_rate_receiver.h"
    [all...]
  /external/chromium_org/net/quic/
quic_config.cc 244 const QuicTagVector& congestion_control,
246 congestion_control_.set(congestion_control, default_congestion_control);
249 QuicTag QuicConfig::congestion_control() const { function in class:net::QuicConfig
321 QuicTagVector congestion_control; local
323 congestion_control.push_back(kPACE);
325 congestion_control.push_back(kQBIC);
326 congestion_control_.set(congestion_control, kQBIC);
  /external/chromium_org/net/
net.target.darwin-arm.mk 283 net/quic/congestion_control/available_channel_estimator.cc \
284 net/quic/congestion_control/channel_estimator.cc \
285 net/quic/congestion_control/cube_root.cc \
286 net/quic/congestion_control/cubic.cc \
287 net/quic/congestion_control/fix_rate_receiver.cc \
288 net/quic/congestion_control/fix_rate_sender.cc \
289 net/quic/congestion_control/hybrid_slow_start.cc \
290 net/quic/congestion_control/inter_arrival_bitrate_ramp_up.cc \
291 net/quic/congestion_control/inter_arrival_overuse_detector.cc \
292 net/quic/congestion_control/inter_arrival_probe.cc
    [all...]
net.target.darwin-mips.mk 283 net/quic/congestion_control/available_channel_estimator.cc \
284 net/quic/congestion_control/channel_estimator.cc \
285 net/quic/congestion_control/cube_root.cc \
286 net/quic/congestion_control/cubic.cc \
287 net/quic/congestion_control/fix_rate_receiver.cc \
288 net/quic/congestion_control/fix_rate_sender.cc \
289 net/quic/congestion_control/hybrid_slow_start.cc \
290 net/quic/congestion_control/inter_arrival_bitrate_ramp_up.cc \
291 net/quic/congestion_control/inter_arrival_overuse_detector.cc \
292 net/quic/congestion_control/inter_arrival_probe.cc
    [all...]
net.target.darwin-x86.mk 283 net/quic/congestion_control/available_channel_estimator.cc \
284 net/quic/congestion_control/channel_estimator.cc \
285 net/quic/congestion_control/cube_root.cc \
286 net/quic/congestion_control/cubic.cc \
287 net/quic/congestion_control/fix_rate_receiver.cc \
288 net/quic/congestion_control/fix_rate_sender.cc \
289 net/quic/congestion_control/hybrid_slow_start.cc \
290 net/quic/congestion_control/inter_arrival_bitrate_ramp_up.cc \
291 net/quic/congestion_control/inter_arrival_overuse_detector.cc \
292 net/quic/congestion_control/inter_arrival_probe.cc
    [all...]
net.target.linux-arm.mk 283 net/quic/congestion_control/available_channel_estimator.cc \
284 net/quic/congestion_control/channel_estimator.cc \
285 net/quic/congestion_control/cube_root.cc \
286 net/quic/congestion_control/cubic.cc \
287 net/quic/congestion_control/fix_rate_receiver.cc \
288 net/quic/congestion_control/fix_rate_sender.cc \
289 net/quic/congestion_control/hybrid_slow_start.cc \
290 net/quic/congestion_control/inter_arrival_bitrate_ramp_up.cc \
291 net/quic/congestion_control/inter_arrival_overuse_detector.cc \
292 net/quic/congestion_control/inter_arrival_probe.cc
    [all...]
net.target.linux-mips.mk 283 net/quic/congestion_control/available_channel_estimator.cc \
284 net/quic/congestion_control/channel_estimator.cc \
285 net/quic/congestion_control/cube_root.cc \
286 net/quic/congestion_control/cubic.cc \
287 net/quic/congestion_control/fix_rate_receiver.cc \
288 net/quic/congestion_control/fix_rate_sender.cc \
289 net/quic/congestion_control/hybrid_slow_start.cc \
290 net/quic/congestion_control/inter_arrival_bitrate_ramp_up.cc \
291 net/quic/congestion_control/inter_arrival_overuse_detector.cc \
292 net/quic/congestion_control/inter_arrival_probe.cc
    [all...]
net.target.linux-x86.mk 283 net/quic/congestion_control/available_channel_estimator.cc \
284 net/quic/congestion_control/channel_estimator.cc \
285 net/quic/congestion_control/cube_root.cc \
286 net/quic/congestion_control/cubic.cc \
287 net/quic/congestion_control/fix_rate_receiver.cc \
288 net/quic/congestion_control/fix_rate_sender.cc \
289 net/quic/congestion_control/hybrid_slow_start.cc \
290 net/quic/congestion_control/inter_arrival_bitrate_ramp_up.cc \
291 net/quic/congestion_control/inter_arrival_overuse_detector.cc \
292 net/quic/congestion_control/inter_arrival_probe.cc
    [all...]

Completed in 539 milliseconds

1 2 3 4