Home
last modified time | relevance | path

Searched refs:GST_CLOCK_OK (Results 1 – 15 of 15) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/libs/
Dgsttestclock.c135 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/
Daudio-trickplay.c182 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/
Dgstsystemclock.c711 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()
Dgstclock.c264 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()
Dgstclock.h315 GST_CLOCK_OK = 0, enumerator
Dgstenumtypes.c268 { C_ENUM(GST_CLOCK_OK), "GST_CLOCK_OK", "ok" }, in gst_clock_return_get_type()
/third_party/gstreamer/gstreamer/tests/examples/controller/
Dabsolute-example.c84 if ((wait_ret = gst_clock_id_wait (clock_id, NULL)) != GST_CLOCK_OK) { in main()
Daudio-example.c82 if ((wait_ret = gst_clock_id_wait (clock_id, NULL)) != GST_CLOCK_OK) { in main()
Dtext-color-example.c104 if ((wait_ret = gst_clock_id_wait (clock_id, NULL)) != GST_CLOCK_OK) { in main()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstclock.c50 return GST_CLOCK_OK; in fake_wait_async()
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgsttestclock.c488 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/
Dgstbasesrc.c2436 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()
Dgstaggregator.c900 if (status == GST_CLOCK_OK || status == GST_CLOCK_EARLY) { in gst_aggregator_wait_and_check()
Dgstbasesink.c2731 GstClockReturn status = GST_CLOCK_OK; in gst_base_sink_do_sync()
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsconnection.c472 g_assert (clock_return == GST_CLOCK_OK); in gst_dtls_connection_check_timeout_locked()