Home
last modified time | relevance | path

Searched refs:GST_CLOCK_ENTRY (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/libs/
Dgsttestclock.c44 GstClockEntry *entry = GST_CLOCK_ENTRY (pending_id); \
52 GstClockEntry *entry = GST_CLOCK_ENTRY (processed_id); \
125 GstClockEntry *entry = GST_CLOCK_ENTRY (wait_ctx->id); in gst_test_util_wait_for_clock_id_begin()
148 GstClockEntry *entry = GST_CLOCK_ENTRY (wait_ctx->id); in gst_test_util_wait_for_clock_id_end()
191 GstClockEntry *entry = GST_CLOCK_ENTRY (wait_ctx->id); in gst_test_util_clock_wait_context_has_completed()
831 g_assert (GST_CLOCK_ENTRY_STATUS (GST_CLOCK_ENTRY (clock_id)) in GST_START_TEST()
838 g_assert (GST_CLOCK_ENTRY_STATUS (GST_CLOCK_ENTRY (clock_id)) in GST_START_TEST()
847 g_assert (GST_CLOCK_ENTRY_STATUS (GST_CLOCK_ENTRY (clock_id)) in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgstclock.h343 #define GST_CLOCK_ENTRY(entry) ((GstClockEntry *)(entry)) macro
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgsttestclock.c560 ctx->clock_entry = GST_CLOCK_ENTRY (gst_clock_id_ref (entry)); in gst_test_clock_add_entry()