Home
last modified time | relevance | path

Searched refs:gst_test_clock_peek_id_count (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstreamer/libs/gst/check/
Dgsttestclock.h96 guint gst_test_clock_peek_id_count (GstTestClock * test_clock);
Dgsttestclock.c787 gst_test_clock_peek_id_count (GstTestClock * test_clock) in gst_test_clock_peek_id_count() function
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Ddtmf.c439 fail_unless (gst_test_clock_peek_id_count (GST_TEST_CLOCK (testclock)) == 0); in GST_START_TEST()
543 fail_unless (gst_test_clock_peek_id_count (GST_TEST_CLOCK (testclock)) == 0); in GST_START_TEST()
Drtpsession.c1792 fail_unless_equals_int (0, gst_test_clock_peek_id_count (h->testclock)); in GST_START_TEST()
1807 fail_unless_equals_int (0, gst_test_clock_peek_id_count (h->testclock)); in GST_START_TEST()
1881 fail_unless_equals_int (0, gst_test_clock_peek_id_count (h->testclock)); in GST_START_TEST()
Drtpjitterbuffer.c784 fail_unless_equals_int (0, gst_test_clock_peek_id_count (testclock)); in GST_START_TEST()
1523 fail_unless_equals_int (0, gst_test_clock_peek_id_count (testclock)); in GST_START_TEST()
/third_party/gstreamer/gstreamer/tests/check/libs/
Dgsttestclock.c139 g_assert_cmpint (gst_test_clock_peek_id_count (wait_ctx->test_clock), >, 0); in gst_test_util_wait_for_clock_id_begin()
1003 g_assert_cmpuint (gst_test_clock_peek_id_count (test_clock), ==, 1); in GST_START_TEST()
/third_party/gstreamer/gstreamer/
DChangeLog44269 API: gst_test_clock_peek_id_count()