Searched refs:frame_dur_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 2303 GstClockTime frame_dur = frame_dur_ms * GST_MSECOND; in start_test_rtx_large_packet_spacing() 2382 gint frame_dur_ms = 50; 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() 2395 frame_dur_ms * GST_MSECOND); in GST_START_TEST() 2414 gint frame_dur_ms = 50; 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() 2426 verify_rtx_event (h, lost_seq, now, latency_ms, frame_dur_ms * GST_MSECOND); in GST_START_TEST() 2438 gint frame_dur_ms = 50; in GST_START_TEST() local 2443 GstClockTime frame_dur = frame_dur_ms * GST_MSECOND; in GST_START_TEST() [all …]
|