Home
last modified time | relevance | path

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

/webrtc/interceptor/src/stats/
H A Dmod.rs143 self.rtp_stats.header_bytes in header_bytes_received()
379 self.rtp_stats.header_bytes in header_bytes_sent()
497 header_bytes: u64, field
505 fn update(&mut self, header_bytes: u64, payload_bytes: u64, packets: u64, now: SystemTime) { in update()
506 self.header_bytes += header_bytes; in update()
512 pub fn header_bytes(&self) -> u64 { in header_bytes() method
513 self.header_bytes in header_bytes()
578 (stats.header_bytes(), stats.payload_bytes(), stats.packets()), in test_rtp_stats()
585 (stats.header_bytes(), stats.payload_bytes(), stats.packets()), in test_rtp_stats()
H A Dinterceptor.rs46 header_bytes: u64,
53 header_bytes: u64,
220 header_bytes, in handle_stats_update()
228 .update(header_bytes, payload_bytes, packets, last_packet_timestamp); in handle_stats_update()
233 header_bytes, in handle_stats_update()
240 .update(header_bytes, payload_bytes, packets, last_packet_timestamp); in handle_stats_update()
737 header_bytes: (bytes_read - packet.payload.len()) as u64, in read()
777 header_bytes: pkt.header.marshal_size() as u64, in write()