Home
last modified time | relevance | path

Searched refs:loss_type (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/net/quic/congestion_control/
Dloss_detection_interface.cc14 LossDetectionType loss_type) { in Create() argument
15 switch (loss_type) { in Create()
21 LOG(DFATAL) << "Unknown loss detection algorithm:" << loss_type; in Create()
Dloss_detection_interface.h22 static LossDetectionInterface* Create(LossDetectionType loss_type);
/external/iproute2/tc/
Dq_netem.c181 __u16 loss_type = NETEM_LOSS_UNSPEC; in netem_parse_opt() local
223 if (opt.loss > 0 || loss_type != NETEM_LOSS_UNSPEC) { in netem_parse_opt()
262 loss_type = NETEM_LOSS_GI; in netem_parse_opt()
299 loss_type = NETEM_LOSS_GE; in netem_parse_opt()
461 if (loss_type != NETEM_LOSS_UNSPEC) { in netem_parse_opt()
465 if (loss_type == NETEM_LOSS_GI) { in netem_parse_opt()
469 } else if (loss_type == NETEM_LOSS_GE) { in netem_parse_opt()
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testFec/
Dtest_packet_masks_metrics.cc104 LossModelType loss_type; member
265 if (loss_model_[k].loss_type == kRandomLossModel) { in ComputeProbabilityWeight()
274 assert(loss_model_[k].loss_type == kBurstyLossModel); in ComputeProbabilityWeight()
613 loss_model_[num_loss_models].loss_type = kRandomLossModel; in SetLossModels()
615 loss_model_[num_loss_models].loss_type = kBurstyLossModel; in SetLossModels()
822 if (loss_model_[k].loss_type == kRandomLossModel) { in TEST_F()
825 } else if (loss_model_[k].loss_type == kBurstyLossModel) { in TEST_F()
856 if (loss_model_[k].loss_type == kRandomLossModel && in TEST_F()
/external/chromium_org/net/quic/
Dquic_sent_packet_manager.h111 LossDetectionType loss_type);
Dquic_sent_packet_manager.cc69 LossDetectionType loss_type) in QuicSentPacketManager() argument
80 loss_algorithm_(LossDetectionInterface::Create(loss_type)), in QuicSentPacketManager()