Home
last modified time | relevance | path

Searched refs:round_trip_time (Results 1 – 3 of 3) sorted by relevance

/webrtc/interceptor/src/stats/
H A Dmod.rs91 pub(super) fn record_remote_round_trip_time(&mut self, round_trip_time: Option<f64>) { in record_remote_round_trip_time()
93 self.remote_round_trip_time = round_trip_time; in record_remote_round_trip_time()
95 if let Some(rtt) = round_trip_time { in record_remote_round_trip_time()
312 pub(super) fn record_remote_round_trip_time(&mut self, round_trip_time: Option<f64>) { in record_remote_round_trip_time()
314 self.remote_round_trip_time = round_trip_time; in record_remote_round_trip_time()
316 if let Some(rtt) = round_trip_time { in record_remote_round_trip_time()
/webrtc/webrtc/src/stats/
H A Dmod.rs552 pub round_trip_time: Option<f64>, field
581 pub round_trip_time: Option<f64>, field
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_internal.rs1311 round_trip_time: remote_round_trip_time, in collect_inbound_stats()
1452 round_trip_time: remote_rtt_ms, in collect_outbound_stats()