Home
last modified time | relevance | path

Searched refs:last_packet_timestamp (Results 1 – 2 of 2) sorted by relevance

/webrtc/interceptor/src/stats/
H A Dmod.rs147 self.rtp_stats.last_packet_timestamp in last_packet_received_timestamp()
383 self.rtp_stats.last_packet_timestamp in last_packet_sent_timestamp()
501 last_packet_timestamp: Option<SystemTime>, field
509 self.last_packet_timestamp = Some(now); in update()
524 pub fn last_packet_timestamp(&self) -> Option<SystemTime> { in last_packet_timestamp() method
525 self.last_packet_timestamp in last_packet_timestamp()
H A Dinterceptor.rs48 last_packet_timestamp: SystemTime,
55 last_packet_timestamp: SystemTime,
222 last_packet_timestamp, in handle_stats_update()
228 .update(header_bytes, payload_bytes, packets, last_packet_timestamp); in handle_stats_update()
235 last_packet_timestamp, in handle_stats_update()
240 .update(header_bytes, payload_bytes, packets, last_packet_timestamp); in handle_stats_update()
739 last_packet_timestamp: SystemTime::now(), in read()
779 last_packet_timestamp: SystemTime::now(), in write()