Searched refs:send_snapshot (Results 1 – 1 of 1) sorted by relevance
922 let send_snapshot = snapshots[0] in test_stats_interceptor_rtp() localVariable925 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() localVariable1152 let send_snapshot = snapshots[0] in test_stats_interceptor_rtcp() localVariable1160 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 …]