Searched refs:gstclock_class (Results 1 – 4 of 4) sorted by relevance
71 GstClockClass *gstclock_class; in gst_1394_clock_class_init() local73 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()
54 GstClockClass *gstclock_class; in gst_audio_clock_class_init() local58 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()
417 GstClockClass *gstclock_class; in gst_system_clock_class_init() local420 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()
259 GstClockClass *gstclock_class = GST_CLOCK_CLASS (klass); in gst_test_clock_class_init() local270 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()