Lines Matching refs:u64

43         remote_reports_sent: u64,
53 remote_round_trip_time_measurements: u64,
120 remote_reports_sent: u64,
130 remote_round_trip_time_measurements: u64,
134 pub fn packets_received(&self) -> u64 { in packets_received() argument
138 pub fn payload_bytes_received(&self) -> u64 { in payload_bytes_received() argument
142 pub fn header_bytes_received(&self) -> u64 { in header_bytes_received() argument
150 pub fn nacks_sent(&self) -> u64 { in nacks_sent() argument
154 pub fn firs_sent(&self) -> u64 { in firs_sent() argument
158 pub fn plis_sent(&self) -> u64 { in plis_sent() argument
169 pub fn remote_reports_sent(&self) -> u64 { in remote_reports_sent() argument
181 pub fn remote_round_trip_time_measurements(&self) -> u64 { in remote_round_trip_time_measurements() argument
231 remote_packets_received: u64,
247 remote_round_trip_time_measurements: u64,
299 (rr_ext_seq_num as u64) - (rr_total_lost as u64) - (initial_ext_seq_num as u64) in update_remote_inbound_packets_received()
347 remote_packets_received: u64,
362 remote_round_trip_time_measurements: u64,
370 pub fn packets_sent(&self) -> u64 { in packets_sent() argument
374 pub fn payload_bytes_sent(&self) -> u64 { in payload_bytes_sent() argument
378 pub fn header_bytes_sent(&self) -> u64 { in header_bytes_sent() argument
386 pub fn nacks_received(&self) -> u64 { in nacks_received() argument
390 pub fn firs_received(&self) -> u64 { in firs_received() argument
394 pub fn plis_received(&self) -> u64 { in plis_received() argument
399 pub fn remote_packets_received(&self) -> u64 { in remote_packets_received() argument
424 pub fn remote_round_trip_time_measurements(&self) -> u64 { in remote_round_trip_time_measurements() argument
491 packets: u64,
494 payload_bytes: u64,
497 header_bytes: u64,
505 fn update(&mut self, header_bytes: u64, payload_bytes: u64, packets: u64, now: SystemTime) { in update() argument
512 pub fn header_bytes(&self) -> u64 { in header_bytes() argument
516 pub fn payload_bytes(&self) -> u64 { in payload_bytes() argument
520 pub fn packets(&self) -> u64 { in packets() argument
532 fir_count: u64,
535 pli_count: u64,
538 nack_count: u64,
543 fn update(&mut self, fir_count: Option<u64>, pli_count: Option<u64>, nack_count: Option<u64>) { in update() argument
557 pub fn fir_count(&self) -> u64 { in fir_count() argument
561 pub fn pli_count(&self) -> u64 { in pli_count() argument
565 pub fn nack_count(&self) -> u64 { in nack_count() argument