Home
last modified time | relevance | path

Searched refs:GST_CLOCK_ENTRY_PERIODIC (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/libs/
Dgsttestclock.c411 assert_processed_id (processed_id, clock_id, GST_CLOCK_ENTRY_PERIODIC, in GST_START_TEST()
903 assert_pending_id (pending_id, clock_id, GST_CLOCK_ENTRY_PERIODIC, in GST_START_TEST()
942 assert_processed_id (processed_id, clock_id, GST_CLOCK_ENTRY_PERIODIC, in GST_START_TEST()
956 assert_processed_id (processed_id, clock_id, GST_CLOCK_ENTRY_PERIODIC, in GST_START_TEST()
969 assert_processed_id (processed_id, clock_id, GST_CLOCK_ENTRY_PERIODIC, in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgstclock.c397 interval, GST_CLOCK_ENTRY_PERIODIC); in gst_clock_periodic_id_reinit()
506 start_time, interval, GST_CLOCK_ENTRY_PERIODIC); in gst_clock_new_periodic_id()
613 if (entry->type == GST_CLOCK_ENTRY_PERIODIC) in gst_clock_id_wait()
Dgstclock.h334 GST_CLOCK_ENTRY_PERIODIC enumerator
Dgstsystemclock.c753 if (entry->type == GST_CLOCK_ENTRY_PERIODIC) { in gst_system_clock_async_thread()
Dgstenumtypes.c291 { C_ENUM(GST_CLOCK_ENTRY_PERIODIC), "GST_CLOCK_ENTRY_PERIODIC", "periodic" }, in gst_clock_entry_type_get_type()
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgsttestclock.c635 if (GST_CLOCK_ENTRY_TYPE (entry) == GST_CLOCK_ENTRY_PERIODIC) { in process_entry_context_unlocked()