Searched refs:rtx_rtt_ms (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtpjitterbuffer.c | 2297 gint latency_ms, gint frame_dur_ms, gint rtx_rtt_ms, in start_test_rtx_large_packet_spacing() argument 2354 now += rtx_rtt_ms * GST_MSECOND; in start_test_rtx_large_packet_spacing() 2383 gint rtx_rtt_ms = 5; in GST_START_TEST() local 2386 start_test_rtx_large_packet_spacing (h, latency_ms, frame_dur_ms, rtx_rtt_ms, in GST_START_TEST() 2392 fail_unless_equals_int64 (now + (latency_ms - rtx_rtt_ms) * GST_MSECOND, in GST_START_TEST() 2394 verify_rtx_event (h, lost_seq, now, (latency_ms - rtx_rtt_ms), in GST_START_TEST() 2415 gint rtx_rtt_ms = 30; in GST_START_TEST() local 2418 start_test_rtx_large_packet_spacing (h, latency_ms, frame_dur_ms, rtx_rtt_ms, in GST_START_TEST() 2439 gint rtx_rtt_ms = 5; in GST_START_TEST() local 2479 now += rtx_rtt_ms * GST_MSECOND; in GST_START_TEST()
|