Searched refs:gst_clock_new_periodic_id (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | gsttestclock.c | 399 clock_id = gst_clock_new_periodic_id (clock, GST_SECOND, GST_MSECOND); in GST_START_TEST() 892 clock_id = gst_clock_new_periodic_id (clock, GST_SECOND, interval); in GST_START_TEST() 936 clock_id = gst_clock_new_periodic_id (clock, gst_clock_get_time (clock), in GST_START_TEST() 992 clock_id = gst_clock_new_periodic_id (clock, 0, interval); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/gst/transcode/ |
D | gst-cpu-throttling-clock.c | 130 gst_clock_new_periodic_id (self->priv->sclock, in _wait()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstsystemclock.c | 166 clockid = gst_clock_new_periodic_id (master, in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstclock.h | 660 GstClockID gst_clock_new_periodic_id (GstClock *clock,
|
D | gstclock.c | 497 gst_clock_new_periodic_id (GstClock * clock, GstClockTime start_time, in gst_clock_new_periodic_id() function 1357 priv->clockid = gst_clock_new_periodic_id (master, in gst_clock_set_master()
|
/third_party/gstreamer/gstplugins_bad/gst/rist/ |
D | gstristsink.c | 883 sink->stats_cid = gst_clock_new_periodic_id (clock, start, interval); in gst_rist_sink_enable_stats_interval()
|
D | gstristsrc.c | 821 src->stats_cid = gst_clock_new_periodic_id (clock, start, interval); in gst_rist_src_enable_stats_interval()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 104735 * gst/gstclock.c: (gst_clock_new_periodic_id):
|