Searched defs:loss_type (Results 1 - 4 of 4) sorted by path

/external/chromium_org/net/quic/congestion_control/
H A Dloss_detection_interface.cc14 LossDetectionType loss_type) {
15 switch (loss_type) {
21 LOG(DFATAL) << "Unknown loss detection algorithm:" << loss_type;
13 Create( LossDetectionType loss_type) argument
/external/chromium_org/net/quic/
H A Dquic_sent_packet_manager.cc69 LossDetectionType loss_type)
80 loss_algorithm_(LossDetectionInterface::Create(loss_type)),
64 QuicSentPacketManager( bool is_server, const QuicClock* clock, QuicConnectionStats* stats, CongestionControlType congestion_control_type, LossDetectionType loss_type) argument
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testFec/
H A Dtest_packet_masks_metrics.cc104 LossModelType loss_type; member in struct:webrtc::LossModel
265 if (loss_model_[k].loss_type == kRandomLossModel) {
274 assert(loss_model_[k].loss_type == kBurstyLossModel);
613 loss_model_[num_loss_models].loss_type = kRandomLossModel;
615 loss_model_[num_loss_models].loss_type = kBurstyLossModel;
822 if (loss_model_[k].loss_type == kRandomLossModel) {
825 } else if (loss_model_[k].loss_type == kBurstyLossModel) {
856 if (loss_model_[k].loss_type == kRandomLossModel &&
1015 if (loss_model_[k].loss_type == kRandomLossModel &&
1021 } else if (loss_model_[k].loss_type
[all...]
/external/iproute2/tc/
H A Dq_netem.c181 __u16 loss_type = NETEM_LOSS_UNSPEC; local
223 if (opt.loss > 0 || loss_type != NETEM_LOSS_UNSPEC) {
262 loss_type = NETEM_LOSS_GI;
299 loss_type = NETEM_LOSS_GE;
461 if (loss_type != NETEM_LOSS_UNSPEC) {
465 if (loss_type == NETEM_LOSS_GI) {
469 } else if (loss_type == NETEM_LOSS_GE) {

Completed in 429 milliseconds