Home
last modified time | relevance | path

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

/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_test.rs360 let inbound_stats = answer_stats in test_get_stats() localVariable
368 assert_eq!(inbound_stats.packets_received, 1); in test_get_stats()
369 assert_eq!(inbound_stats.kind, "video"); in test_get_stats()
370 assert_eq!(inbound_stats.bytes_received, 8); in test_get_stats()
371 assert_eq!(inbound_stats.header_bytes_received, 12); in test_get_stats()
/webrtc/interceptor/src/stats/
H A Dmod.rs456 inbound_stats: HashMap<u32, inbound::StreamStats>, field
462 self.inbound_stats.entry(ssrc).or_default() in get_or_create_inbound_stream_stats()
470 self.inbound_stats.get(&ssrc) in get_inbound_stats()
480 self.inbound_stats in remove_stale_entries()