Home
last modified time | relevance | path

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

/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_test.rs346 let outbound_stats = offer_stats in test_get_stats() localVariable
354 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()
/webrtc/interceptor/src/stats/
H A Dmod.rs457 outbound_stats: HashMap<u32, outbound::StreamStats>, field
466 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()