Home
last modified time | relevance | path

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

/webrtc/interceptor/src/stats/
H A Dinterceptor.rs922 let send_snapshot = snapshots[0] in test_stats_interceptor_rtp() localVariable
925 assert_eq!(send_snapshot.packets_sent(), 2); in test_stats_interceptor_rtp()
926 assert_eq!(send_snapshot.header_bytes_sent(), 24); in test_stats_interceptor_rtp()
1042 let send_snapshot = snapshots[0] in test_stats_interceptor_rtcp() localVariable
1152 let send_snapshot = snapshots[0] in test_stats_interceptor_rtcp() localVariable
1160 assert_eq!(send_snapshot.nacks_received(), 5); in test_stats_interceptor_rtcp()
1161 assert_eq!(send_snapshot.plis_received(), 2); in test_stats_interceptor_rtcp()
1162 assert_eq!(send_snapshot.firs_received(), 2); in test_stats_interceptor_rtcp()
1167 send_snapshot in test_stats_interceptor_rtcp()
1172 assert_eq!(send_snapshot.remote_total_lost(), 8); in test_stats_interceptor_rtcp()
[all …]