Searched refs:GST_CLOCK (Results 1 – 14 of 14) sorted by relevance
/third_party/gstreamer/gstreamer/libs/gst/check/ |
D | gsttestclock.c | 554 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/ |
D | ptp-print-times.c | 84 gst_clock_wait_for_sync (GST_CLOCK (clock), GST_CLOCK_TIME_NONE); in main()
|
/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | gstnetclientclock.c | 78 gst_clock_wait_for_sync (GST_CLOCK (client), GST_SECOND); in GST_START_TEST()
|
D | gsttestclock.c | 121 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/ |
D | gstclock.c | 835 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()
|
D | gstclock.h | 34 #define GST_CLOCK(clock) (G_TYPE_CHECK_INSTANCE_CAST ((clock), GST_TYPE_CLOCK, GstCl… macro
|
/third_party/gstreamer/gstplugins_bad/gst/transcode/ |
D | gst-cpu-throttling-clock.c | 208 self->priv->sclock = GST_CLOCK (gst_system_clock_obtain ()); in gst_cpu_throttling_clock_init()
|
D | gsturitranscodebin.c | 494 GST_CLOCK (gst_cpu_throttling_clock_new (self->wanted_cpu_usage)); in gst_uri_transcode_bin_constructed()
|
/third_party/gstreamer/gstreamer/libs/gst/net/ |
D | gstnetclientclock.c | 222 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()
|
D | gstptpclock.c | 2433 gst_clock_set_synced (GST_CLOCK (self), TRUE); in gst_ptp_clock_ensure_domain_clock()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | adaptive_demux_engine.c | 482 GstClockTime curr_time = gst_clock_get_time (GST_CLOCK (clock)); in gst_adaptive_demux_update_test_clock()
|
D | webrtcbin.c | 568 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/ |
D | rtpjitterbuffer.c | 1541 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/ |
D | ChangeLog | 84667 Add GST_CLOCK typecheck for _set_clock().
|