Home
last modified time | relevance | path

Searched refs:probe_cluster_min_bytes (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/api/transport/
Dnetwork_types.cc94 int probe_cluster_min_bytes) in PacedPacketInfo() argument
97 probe_cluster_min_bytes(probe_cluster_min_bytes) {} in PacedPacketInfo()
103 probe_cluster_min_bytes == rhs.probe_cluster_min_bytes; in operator ==()
Dnetwork_types.h91 int probe_cluster_min_bytes);
100 int probe_cluster_min_bytes = -1; member
/external/webrtc/modules/pacing/
Dbitrate_prober.cc108 cluster.pace_info.probe_cluster_min_bytes = in CreateProbeCluster()
110 RTC_DCHECK_GE(cluster.pace_info.probe_cluster_min_bytes, 0); in CreateProbeCluster()
117 << cluster.pace_info.probe_cluster_min_bytes << ":" in CreateProbeCluster()
192 if (cluster->sent_bytes >= cluster->pace_info.probe_cluster_min_bytes && in ProbeSent()
/external/webrtc/modules/congestion_controller/goog_cc/
Dprobe_bitrate_estimator.cc90 RTC_DCHECK_GT(packet_feedback.sent_packet.pacing_info.probe_cluster_min_bytes, in HandleProbeAndEstimateBitrate()
98 packet_feedback.sent_packet.pacing_info.probe_cluster_min_bytes) * in HandleProbeAndEstimateBitrate()
/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Dlog_simulation.cc75 probe_info.probe_cluster_min_bytes = probe.event.min_bytes; in OnPacketSent()