Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/tests/check/elements/
Ddtmf.c400 fail_unless (gst_clock_id_get_time (id) == 0); in GST_START_TEST()
420 fail_unless (gst_clock_id_get_time (id) == timestamp * GST_MSECOND); in GST_START_TEST()
512 fail_unless (gst_clock_id_get_time (id) == 0); in GST_START_TEST()
533 fail_unless (gst_clock_id_get_time (id) == timestamp); in GST_START_TEST()
Drtpjitterbuffer.c852 latency_ms * GST_MSECOND, gst_clock_id_get_time (id)); in GST_START_TEST()
1196 time = gst_clock_id_get_time (pending_id); in GST_START_TEST()
2113 time = gst_clock_id_get_time (pending_id); in GST_START_TEST()
2606 gst_clock_id_get_time (id)); in GST_START_TEST()
2617 gst_clock_id_get_time (id)); in GST_START_TEST()
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgsttestclock.c1179 GstClockTime time = gst_clock_id_get_time (pending_id); in gst_test_clock_id_list_get_latest_time()
1214 if (gst_clock_id_get_time (pending) > now) in gst_test_clock_crank()
1215 gst_test_clock_set_time (test_clock, gst_clock_id_get_time (pending)); in gst_test_clock_crank()
/third_party/gstreamer/gstreamer/gst/
Dgstclock.h684 GstClockTime gst_clock_id_get_time (GstClockID id);
Dgstclock.c545 gst_clock_id_get_time (GstClockID id) in gst_clock_id_get_time() function