Searched refs:min_packets (Results 1 – 9 of 9) sorted by relevance
27 if (min_packets < 10 || kMaxPackets < min_packets) { in RobustThroughputEstimatorSettings()30 min_packets = 20; in RobustThroughputEstimatorSettings()37 initial_packets = std::min(initial_packets, min_packets); in RobustThroughputEstimatorSettings()56 "min_packets", &min_packets, // in Parser()
49 unsigned min_packets = 20; member
50 (window_.size() > settings_.min_packets && in IncomingPacketFeedbackVector()
143 uint32_t min_packets, in LoggedBweProbeClusterCreatedEvent()148 min_packets(min_packets), in LoggedBweProbeClusterCreatedEvent()157 uint32_t min_packets; member
306 optional uint32 min_packets = 3; field
1901 res.min_packets = pcc_event.min_packets(); in GetBweProbeClusterCreated()2726 probe_cluster.min_packets = proto.min_packets(); in StoreBweProbeClusterCreated()
499 optional uint32 min_packets = 4; field
803 EXPECT_EQ(original_event.min_probes(), logged_event.min_packets); in VerifyLoggedBweProbeClusterCreatedEvent()
76 probe_info.probe_cluster_min_probes = probe.event.min_packets; in OnPacketSent()80 probe.packets_sent >= probe.event.min_packets) { in OnPacketSent()