Home
last modified time | relevance | path

Searched refs:gstclock_class (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_good/ext/raw1394/
Dgst1394clock.c71 GstClockClass *gstclock_class; in gst_1394_clock_class_init() local
73 gstclock_class = (GstClockClass *) klass; in gst_1394_clock_class_init()
77 gstclock_class->get_internal_time = gst_1394_clock_get_internal_time; in gst_1394_clock_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioclock.c54 GstClockClass *gstclock_class; in gst_audio_clock_class_init() local
58 gstclock_class = (GstClockClass *) klass; in gst_audio_clock_class_init()
61 gstclock_class->get_internal_time = gst_audio_clock_get_internal_time; in gst_audio_clock_class_init()
/third_party/gstreamer/gstreamer/gst/
Dgstsystemclock.c417 GstClockClass *gstclock_class; in gst_system_clock_class_init() local
420 gstclock_class = (GstClockClass *) klass; in gst_system_clock_class_init()
432 gstclock_class->get_internal_time = gst_system_clock_get_internal_time; in gst_system_clock_class_init()
433 gstclock_class->get_resolution = gst_system_clock_get_resolution; in gst_system_clock_class_init()
434 gstclock_class->wait = gst_system_clock_id_wait_jitter; in gst_system_clock_class_init()
435 gstclock_class->wait_async = gst_system_clock_id_wait_async; in gst_system_clock_class_init()
436 gstclock_class->unschedule = gst_system_clock_id_unschedule; in gst_system_clock_class_init()
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgsttestclock.c259 GstClockClass *gstclock_class = GST_CLOCK_CLASS (klass); in gst_test_clock_class_init() local
270 gstclock_class->get_resolution = in gst_test_clock_class_init()
272 gstclock_class->get_internal_time = in gst_test_clock_class_init()
274 gstclock_class->wait = GST_DEBUG_FUNCPTR (gst_test_clock_wait); in gst_test_clock_class_init()
275 gstclock_class->wait_async = GST_DEBUG_FUNCPTR (gst_test_clock_wait_async); in gst_test_clock_class_init()
276 gstclock_class->unschedule = GST_DEBUG_FUNCPTR (gst_test_clock_unschedule); in gst_test_clock_class_init()