Searched refs:inbound_stats (Results 1 – 2 of 2) sorted by relevance
360 let inbound_stats = answer_stats in test_get_stats() localVariable368 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()
456 inbound_stats: HashMap<u32, inbound::StreamStats>, field462 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()