Home
last modified time | relevance | path

Searched refs:gst_clock_id_wait (Results 1 – 25 of 28) sorted by relevance

12

/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/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/libs/
Dgsttestclock.c76 gst_clock_id_wait (ctx->clock_id, &ctx->jitter); in test_wait_pending_single_shot_id_sync_worker()
96 gst_clock_id_wait (clock_id, NULL); in test_wait_pending_periodic_id_waiter_thread()
532 g_assert (gst_clock_id_wait (clock_id, NULL) == GST_CLOCK_UNSCHEDULED); in GST_START_TEST()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstsystemclock.c265 gst_clock_id_wait (id, NULL); in single_shot_wait_thread_func()
/third_party/gstreamer/gstreamer/gst/
Dgstclock.h687 GstClockReturn gst_clock_id_wait (GstClockID id,
Dgstclock.c578 gst_clock_id_wait (GstClockID id, GstClockTimeDiff * jitter) in gst_clock_id_wait() function
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/
Dgstdxgiscreencapsrc.c497 ret = gst_clock_id_wait (id, NULL); in gst_dxgi_screen_cap_src_create()
Dgstgdiscreencapsrc.c473 ret = gst_clock_id_wait (id, NULL); in gst_gdiscreencapsrc_create()
Dgstdx9screencapsrc.c511 ret = gst_clock_id_wait (id, NULL); in gst_dx9screencapsrc_create()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstclocksync.c346 cret = gst_clock_id_wait (clocksync->clock_id, &jitter); in gst_clocksync_do_sync()
Dgstidentity.c406 cret = gst_clock_id_wait (identity->clock_id, NULL); in gst_identity_do_sync()
/third_party/gstreamer/gstplugins_good/gst/dtmf/
Dgstdtmfsrc.c744 clockret = gst_clock_id_wait (clockid, NULL); in gst_dtmf_src_create()
Dgstrtpdtmfsrc.c774 clockret = gst_clock_id_wait (clockid, NULL); in gst_rtp_dtmf_src_create()
/third_party/gstreamer/gstplugins_bad/sys/directsound/
Dgstdirectsoundsrc.c718 gst_clock_id_wait (clock_id, NULL); in gst_directsound_src_read()
/third_party/gstreamer/gstplugins_good/sys/directsound/
Dgstdirectsoundsink.c676 gst_clock_id_wait (clock_id, NULL); in gst_directsound_sink_write()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11screencapturesrc.cpp868 clock_ret = gst_clock_id_wait (id, NULL); in gst_d3d11_screen_capture_src_create()
/third_party/gstreamer/gstplugins_good/gst/imagefreeze/
Dgstimagefreeze.c1016 clock_ret = gst_clock_id_wait (self->clock_id, &jitter); in gst_image_freeze_src_loop()
/third_party/gstreamer/gstplugins_good/sys/ximage/
Dgstximagesrc.c883 ret = gst_clock_id_wait (id, NULL); in gst_ximage_src_create()
/third_party/gstreamer/gstplugins_bad/gst/timecode/
Dgsttimecodestamper.c1384 gst_clock_id_wait (clock_id, NULL); in gst_timecodestamper_transform_ip()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpsession.c1200 res = gst_clock_id_wait (id, NULL); in rtcp_thread()
Dgstrtpjitterbuffer.c4163 ret = gst_clock_id_wait (id, &clock_jitter); in wait_next_timeout()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasesrc.c2250 ret = gst_clock_id_wait (id, NULL); in gst_base_src_wait()
Dgstaggregator.c887 status = gst_clock_id_wait (self->priv->aggregate_id, &jitter); in gst_aggregator_wait_and_check()

12