Home
last modified time | relevance | path

Searched refs:GST_IS_TEST_CLOCK (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstreamer/libs/gst/check/
Dgsttestclock.c721 g_return_if_fail (GST_IS_TEST_CLOCK (test_clock)); in gst_test_clock_set_time()
756 g_return_if_fail (GST_IS_TEST_CLOCK (test_clock)); in gst_test_clock_advance_time()
791 g_return_val_if_fail (GST_IS_TEST_CLOCK (test_clock), 0); in gst_test_clock_peek_id_count()
820 g_return_val_if_fail (GST_IS_TEST_CLOCK (test_clock), FALSE); in gst_test_clock_has_id()
852 g_return_val_if_fail (GST_IS_TEST_CLOCK (test_clock), FALSE); in gst_test_clock_peek_next_pending_id()
882 g_return_if_fail (GST_IS_TEST_CLOCK (test_clock)); in gst_test_clock_wait_for_next_pending_id()
939 g_return_val_if_fail (GST_IS_TEST_CLOCK (test_clock), NULL); in gst_test_clock_process_next_clock_id()
982 g_return_val_if_fail (GST_IS_TEST_CLOCK (test_clock), GST_CLOCK_TIME_NONE); in gst_test_clock_get_next_entry_time()
1023 g_return_if_fail (GST_IS_TEST_CLOCK (test_clock)); in gst_test_clock_wait_for_multiple_pending_ids()
1065 g_return_val_if_fail (GST_IS_TEST_CLOCK (test_clock), FALSE); in gst_test_clock_timed_wait_for_multiple_pending_ids()
[all …]
Dgsttestclock.h35 #define GST_IS_TEST_CLOCK(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj),\ macro
Dgstharness.c784 if (GST_IS_TEST_CLOCK (element_clock)) { in gst_harness_add_element_full()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dadaptive_demux_engine.c569 if (GST_IS_TEST_CLOCK (priv->engine.clock)) { in gst_adaptive_demux_test_run()