Home
last modified time | relevance | path

Searched refs:GST_CLOCK_ENTRY_STATUS (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstsystemclock.c492 GST_CLOCK_ENTRY_STATUS ((GstClockEntry *) entry) = GST_CLOCK_UNSCHEDULED; in gst_system_clock_dispose()
699 status = GST_CLOCK_ENTRY_STATUS (entry); in gst_system_clock_async_thread()
716 GST_CLOCK_ENTRY_STATUS (entry) = GST_CLOCK_BUSY; in gst_system_clock_async_thread()
780 GST_CLOCK_ENTRY_STATUS (entry) = GST_CLOCK_OK; in gst_system_clock_async_thread()
954 status = GST_CLOCK_ENTRY_STATUS (entry); in gst_system_clock_id_wait_jitter_unlocked()
1019 status = GST_CLOCK_ENTRY_STATUS (entry); in gst_system_clock_id_wait_jitter_unlocked()
1026 GST_CLOCK_ENTRY_STATUS (entry) = GST_CLOCK_DONE; in gst_system_clock_id_wait_jitter_unlocked()
1059 GST_CLOCK_ENTRY_STATUS (entry) = status = GST_CLOCK_OK; in gst_system_clock_id_wait_jitter_unlocked()
1078 GST_CLOCK_ENTRY_STATUS (entry) = GST_CLOCK_BUSY; in gst_system_clock_id_wait_jitter_unlocked()
1085 GST_CLOCK_ENTRY_STATUS (entry) = status = GST_CLOCK_OK; in gst_system_clock_id_wait_jitter_unlocked()
[all …]
Dgstclock.h383 #define GST_CLOCK_ENTRY_STATUS(entry) ((entry)->status) macro
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgsttestclock.c445 if (GST_CLOCK_ENTRY_STATUS (entry) == GST_CLOCK_UNSCHEDULED) in gst_test_clock_wait()
451 GST_CLOCK_ENTRY_STATUS (entry) = GST_CLOCK_BUSY; in gst_test_clock_wait()
453 while (GST_CLOCK_ENTRY_STATUS (entry) == GST_CLOCK_BUSY) in gst_test_clock_wait()
458 return GST_CLOCK_ENTRY_STATUS (entry); in gst_test_clock_wait()
477 if (GST_CLOCK_ENTRY_STATUS (entry) == GST_CLOCK_UNSCHEDULED) in gst_test_clock_wait_async()
511 GST_CLOCK_ENTRY_STATUS (entry) = GST_CLOCK_UNSCHEDULED; in gst_test_clock_unschedule()
622 GST_CLOCK_ENTRY_STATUS (entry) = GST_CLOCK_OK; in process_entry_context_unlocked()
624 GST_CLOCK_ENTRY_STATUS (entry) = GST_CLOCK_EARLY; in process_entry_context_unlocked()
/third_party/gstreamer/gstplugins_bad/gst/transcode/
Dgst-cpu-throttling-clock.c140 if (G_UNLIKELY (GST_CLOCK_ENTRY_STATUS (entry) == GST_CLOCK_UNSCHEDULED)) in _wait()
147 return GST_CLOCK_ENTRY_STATUS (entry); in _wait()
/third_party/gstreamer/gstreamer/tests/check/libs/
Dgsttestclock.c55 g_assert_cmpuint (GST_CLOCK_ENTRY_STATUS (entry), ==, (time)); \
150 if (G_UNLIKELY (GST_CLOCK_ENTRY_STATUS (entry) == GST_CLOCK_UNSCHEDULED)) { in gst_test_util_wait_for_clock_id_end()
166 g_atomic_int_set (&GST_CLOCK_ENTRY_STATUS (entry), status); in gst_test_util_wait_for_clock_id_end()
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()