Home
last modified time | relevance | path

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

/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_test.rs371 assert_eq!(inbound_stats.header_bytes_received, 12); in test_get_stats()
H A Dpeer_connection_internal.rs1246 header_bytes_received, in collect_inbound_stats()
1258 stats.header_bytes_received(), in collect_inbound_stats()
1282 header_bytes_received, in collect_inbound_stats()
/webrtc/interceptor/src/stats/
H A Dmod.rs142 pub fn header_bytes_received(&self) -> u64 { in header_bytes_received() method
H A Dinterceptor.rs918 assert_eq!(recv_snapshot.header_bytes_received(), 12); in test_stats_interceptor_rtp()
/webrtc/webrtc/src/stats/
H A Dmod.rs468 pub header_bytes_received: u64, field