Searched refs:gst_clock_id_get_time (Results 1 – 5 of 5) sorted by relevance
400 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()
852 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()
1179 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()
684 GstClockTime gst_clock_id_get_time (GstClockID id);
545 gst_clock_id_get_time (GstClockID id) in gst_clock_id_get_time() function