Searched refs:outbound_stats (Results 1 – 2 of 2) sorted by relevance
346 let outbound_stats = offer_stats in test_get_stats() localVariable354 assert_eq!(outbound_stats.packets_sent, 1); in test_get_stats()355 assert_eq!(outbound_stats.kind, "video"); in test_get_stats()356 assert_eq!(outbound_stats.bytes_sent, 8); in test_get_stats()357 assert_eq!(outbound_stats.header_bytes_sent, 12); in test_get_stats()
457 outbound_stats: HashMap<u32, outbound::StreamStats>, field466 self.outbound_stats.entry(ssrc).or_default() in get_or_create_outbound_stream_stats()474 self.outbound_stats.get(&ssrc) in get_outbound_stats()482 self.outbound_stats in remove_stale_entries()