Searched refs:GST_CLOCK_OK (Results 1 – 15 of 15) sorted by relevance
/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | gsttestclock.c | 135 g_assert (klass->wait_async (clock, wait_ctx->id) == GST_CLOCK_OK); in gst_test_util_wait_for_clock_id_begin() 163 status = GST_CLOCK_OK; in gst_test_util_wait_for_clock_id_end() 309 GST_CLOCK_OK); in GST_START_TEST() 331 GST_CLOCK_OK); in GST_START_TEST() 362 GST_CLOCK_OK); in GST_START_TEST() 412 GST_CLOCK_OK); in GST_START_TEST() 482 GST_CLOCK_OK); in GST_START_TEST() 507 GST_CLOCK_OK); in GST_START_TEST() 570 GST_CLOCK_OK); in GST_START_TEST() 572 GST_CLOCK_OK); in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_base/tests/icles/ |
D | audio-trickplay.c | 182 if ((wait_ret = gst_clock_id_wait (clock_id, NULL)) != GST_CLOCK_OK) { in main() 201 if ((wait_ret = gst_clock_id_wait (clock_id, NULL)) != GST_CLOCK_OK) { in main() 219 if ((wait_ret = gst_clock_id_wait (clock_id, NULL)) != GST_CLOCK_OK) { in main() 237 if ((wait_ret = gst_clock_id_wait (clock_id, NULL)) != GST_CLOCK_OK) { in main()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstsystemclock.c | 711 if (G_UNLIKELY (status != GST_CLOCK_OK && status != GST_CLOCK_EARLY)) in gst_system_clock_async_thread() 739 case GST_CLOCK_OK: in gst_system_clock_async_thread() 780 GST_CLOCK_ENTRY_STATUS (entry) = GST_CLOCK_OK; in gst_system_clock_async_thread() 1059 GST_CLOCK_ENTRY_STATUS (entry) = status = GST_CLOCK_OK; 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() 1114 if (G_UNLIKELY (status != GST_CLOCK_OK)) in gst_system_clock_id_wait_jitter() 1239 return GST_CLOCK_OK; in gst_system_clock_id_wait_async()
|
D | gstclock.c | 264 case GST_CLOCK_OK: in gst_clock_return_get_name() 324 entry->status = GST_CLOCK_OK; in gst_clock_entry_new() 347 entry->status = GST_CLOCK_OK; in gst_clock_entry_reinit()
|
D | gstclock.h | 315 GST_CLOCK_OK = 0, enumerator
|
D | gstenumtypes.c | 268 { C_ENUM(GST_CLOCK_OK), "GST_CLOCK_OK", "ok" }, in gst_clock_return_get_type()
|
/third_party/gstreamer/gstreamer/tests/examples/controller/ |
D | absolute-example.c | 84 if ((wait_ret = gst_clock_id_wait (clock_id, NULL)) != GST_CLOCK_OK) { in main()
|
D | audio-example.c | 82 if ((wait_ret = gst_clock_id_wait (clock_id, NULL)) != GST_CLOCK_OK) { in main()
|
D | text-color-example.c | 104 if ((wait_ret = gst_clock_id_wait (clock_id, NULL)) != GST_CLOCK_OK) { in main()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstclock.c | 50 return GST_CLOCK_OK; in fake_wait_async()
|
/third_party/gstreamer/gstreamer/libs/gst/check/ |
D | gsttestclock.c | 488 return GST_CLOCK_OK; in gst_test_clock_wait_async() 622 GST_CLOCK_ENTRY_STATUS (entry) = GST_CLOCK_OK; in process_entry_context_unlocked()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbasesrc.c | 2436 return GST_CLOCK_OK; in gst_base_src_do_sync() 2442 return GST_CLOCK_OK; in gst_base_src_do_sync() 2685 case GST_CLOCK_OK: in gst_base_src_get_range()
|
D | gstaggregator.c | 900 if (status == GST_CLOCK_OK || status == GST_CLOCK_EARLY) { in gst_aggregator_wait_and_check()
|
D | gstbasesink.c | 2731 GstClockReturn status = GST_CLOCK_OK; in gst_base_sink_do_sync()
|
/third_party/gstreamer/gstplugins_bad/ext/dtls/ |
D | gstdtlsconnection.c | 472 g_assert (clock_return == GST_CLOCK_OK); in gst_dtls_connection_check_timeout_locked()
|