Searched refs:GST_CLOCK_ENTRY_PERIODIC (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | gsttestclock.c | 411 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/ |
D | gstclock.c | 397 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()
|
D | gstclock.h | 334 GST_CLOCK_ENTRY_PERIODIC enumerator
|
D | gstsystemclock.c | 753 if (entry->type == GST_CLOCK_ENTRY_PERIODIC) { in gst_system_clock_async_thread()
|
D | gstenumtypes.c | 291 { 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/ |
D | gsttestclock.c | 635 if (GST_CLOCK_ENTRY_TYPE (entry) == GST_CLOCK_ENTRY_PERIODIC) { in process_entry_context_unlocked()
|