Home
last modified time | relevance | path

Searched refs:GST_CLOCK (Results 1 – 14 of 14) sorted by relevance

/third_party/gstreamer/gstreamer/libs/gst/check/
Dgsttestclock.c554 now = gst_clock_adjust_unlocked (GST_CLOCK (test_clock), priv->internal_time); in gst_test_clock_add_entry()
628 entry->func (GST_CLOCK (test_clock), priv->internal_time, entry, in process_entry_context_unlocked()
1213 now = gst_clock_get_time (GST_CLOCK (test_clock)); in gst_test_clock_crank()
1220 GST_TIME_ARGS (gst_clock_get_time (GST_CLOCK (test_clock)))); in gst_test_clock_crank()
/third_party/gstreamer/gstreamer/tests/examples/ptp/
Dptp-print-times.c84 gst_clock_wait_for_sync (GST_CLOCK (clock), GST_CLOCK_TIME_NONE); in main()
/third_party/gstreamer/gstreamer/tests/check/libs/
Dgstnetclientclock.c78 gst_clock_wait_for_sync (GST_CLOCK (client), GST_SECOND); in GST_START_TEST()
Dgsttestclock.c121 wait_ctx->reference = gst_clock_get_time (GST_CLOCK (wait_ctx->test_clock)); in gst_test_util_wait_for_clock_id_begin()
134 GstClock *clock = GST_CLOCK (wait_ctx->test_clock); in gst_test_util_wait_for_clock_id_begin()
171 GstClock *clock = GST_CLOCK (wait_ctx->test_clock); in gst_test_util_wait_for_clock_id_end()
190 GstClock *clock = GST_CLOCK (wait_ctx->test_clock); in gst_test_util_clock_wait_context_has_completed()
/third_party/gstreamer/gstreamer/gst/
Dgstclock.c835 GstClock *clock = GST_CLOCK (object); in gst_clock_dispose()
849 GstClock *clock = GST_CLOCK (object); in gst_clock_finalize()
1650 clock = GST_CLOCK (object); in gst_clock_set_property()
1686 clock = GST_CLOCK (object); in gst_clock_get_property()
Dgstclock.h34 #define GST_CLOCK(clock) (G_TYPE_CHECK_INSTANCE_CAST ((clock), GST_TYPE_CLOCK, GstCl… macro
/third_party/gstreamer/gstplugins_bad/gst/transcode/
Dgst-cpu-throttling-clock.c208 self->priv->sclock = GST_CLOCK (gst_system_clock_obtain ()); in gst_cpu_throttling_clock_init()
Dgsturitranscodebin.c494 GST_CLOCK (gst_cpu_throttling_clock_new (self->wanted_cpu_usage)); in gst_uri_transcode_bin_constructed()
/third_party/gstreamer/gstreamer/libs/gst/net/
Dgstnetclientclock.c222 gst_clock_set_timeout (GST_CLOCK (self), DEFAULT_TIMEOUT); in gst_net_client_internal_clock_init()
532 gst_clock_set_synced (GST_CLOCK (self), FALSE); in gst_net_client_internal_clock_observe_times()
593 gst_clock_set_synced (GST_CLOCK (self), TRUE); in gst_net_client_internal_clock_observe_times()
1400 gst_clock_set_synced (GST_CLOCK (self), TRUE); in gst_net_client_clock_constructed()
Dgstptpclock.c2433 gst_clock_set_synced (GST_CLOCK (self), TRUE); in gst_ptp_clock_ensure_domain_clock()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dadaptive_demux_engine.c482 GstClockTime curr_time = gst_clock_get_time (GST_CLOCK (clock)); in gst_adaptive_demux_update_test_clock()
Dwebrtcbin.c568 gst_element_set_clock (ret->webrtc1, GST_CLOCK (ret->test_clock)); in test_webrtc_new()
569 gst_element_set_clock (ret->webrtc2, GST_CLOCK (ret->test_clock)); in test_webrtc_new()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpjitterbuffer.c1541 last_rtx_request = gst_clock_get_time (GST_CLOCK (testclock)); in GST_START_TEST()
1551 last_rtx_request = gst_clock_get_time (GST_CLOCK (testclock)); in GST_START_TEST()
1560 last_rtx_request = gst_clock_get_time (GST_CLOCK (testclock)); in GST_START_TEST()
/third_party/gstreamer/gstreamer/
DChangeLog84667 Add GST_CLOCK typecheck for _set_clock().