Lines Matching refs:send_snapshot
922 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()
927 assert_eq!(send_snapshot.payload_bytes_sent(), 10); in test_stats_interceptor_rtp()
1042 let send_snapshot = snapshots[0] in test_stats_interceptor_rtcp() localVariable
1047 send_snapshot.remote_round_trip_time().is_none() in test_stats_interceptor_rtcp()
1048 && send_snapshot.remote_round_trip_time_measurements() == 0, in test_stats_interceptor_rtcp()
1152 let send_snapshot = snapshots[0] in test_stats_interceptor_rtcp() localVariable
1155 let rtt_ms = send_snapshot.remote_round_trip_time().expect( in test_stats_interceptor_rtcp()
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()
1165 assert_eq!(send_snapshot.remote_packets_received(), 53); 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()
1173 assert_eq!(send_snapshot.remote_jitter(), 2250); in test_stats_interceptor_rtcp()