Home
last modified time | relevance | path

Searched refs:Gst1394Clock (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/ext/raw1394/
Dgst1394clock.h37 (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_1394_CLOCK,Gst1394Clock))
45 ((Gst1394Clock*)(obj))
47 typedef struct _Gst1394Clock Gst1394Clock; typedef
70 Gst1394Clock* gst_1394_clock_new (const gchar *name);
71 void gst_1394_clock_set_handle (Gst1394Clock *clock,
73 void gst_1394_clock_unset_handle (Gst1394Clock *clock);
Dgst1394clock.c34 static void gst_1394_clock_init (Gst1394Clock * clock);
55 sizeof (Gst1394Clock), in gst_1394_clock_get_type()
83 gst_1394_clock_init (Gst1394Clock * clock) in gst_1394_clock_init()
96 Gst1394Clock *
99 Gst1394Clock *_1394clock = in gst_1394_clock_new()
112 Gst1394Clock *_1394clock; in gst_1394_clock_get_internal_time()
147 gst_1394_clock_set_handle (Gst1394Clock * clock, raw1394handle_t handle) in gst_1394_clock_set_handle()
155 gst_1394_clock_unset_handle (Gst1394Clock * clock) in gst_1394_clock_unset_handle()
Dgstdv1394src.h87 Gst1394Clock *provided_clock;