Searched refs:GstClockClass (Results 1 – 25 of 25) sorted by relevance
/third_party/gstreamer/gstplugins_good/ext/raw1394/ |
D | gst1394clock.c | 71 GstClockClass *gstclock_class; in gst_1394_clock_class_init() 73 gstclock_class = (GstClockClass *) klass; in gst_1394_clock_class_init()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstclock.c | 32 GstClockClass parent_class; 56 GstClockClass *clock_class; in test_clock_class_init()
|
D | struct_ppc32.h | 14 {"GstClockClass", sizeof (GstClockClass), 132},
|
D | struct_sparc.h | 14 {"GstClockClass", sizeof (GstClockClass), 264},
|
D | struct_arm.h | 15 {"GstClockClass", sizeof (GstClockClass), 132},
|
D | struct_x86_64.h | 14 {"GstClockClass", sizeof (GstClockClass), 264},
|
D | struct_ppc64.h | 14 {"GstClockClass", sizeof (GstClockClass), 264},
|
D | struct_i386w.h | 14 {"GstClockClass", sizeof (GstClockClass), 132},
|
D | struct_hppa.h | 14 {"GstClockClass", sizeof (GstClockClass), 264},
|
D | struct_i386.h | 14 {"GstClockClass", sizeof (GstClockClass), 132},
|
D | struct_x86_64w.h | 14 {"GstClockClass", sizeof (GstClockClass), 264},
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudioclock.c | 54 GstClockClass *gstclock_class; in gst_audio_clock_class_init() 58 gstclock_class = (GstClockClass *) klass; in gst_audio_clock_class_init()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstclock.h | 36 …GST_CLOCK_CLASS(cclass) (G_TYPE_CHECK_CLASS_CAST ((cclass), GST_TYPE_CLOCK, GstClockClass)) 38 …ST_CLOCK_GET_CLASS(clock) (G_TYPE_INSTANCE_GET_CLASS ((clock), GST_TYPE_CLOCK, GstClockClass)) 283 typedef struct _GstClockClass GstClockClass; typedef
|
D | gstclock.c | 584 GstClockClass *cclass; in gst_clock_id_wait() 665 GstClockClass *cclass; in gst_clock_id_wait_async() 731 GstClockClass *cclass; in gst_clock_id_unschedule() 763 gst_clock_class_init (GstClockClass * klass) in gst_clock_class_init() 886 GstClockClass *cclass; in gst_clock_set_resolution() 913 GstClockClass *cclass; in gst_clock_get_resolution() 1112 GstClockClass *cclass; in gst_clock_get_internal_time()
|
D | gstsystemclock.h | 78 GstClockClass parent_class;
|
D | gstsystemclock.c | 417 GstClockClass *gstclock_class; in gst_system_clock_class_init() 420 gstclock_class = (GstClockClass *) klass; in gst_system_clock_class_init()
|
/third_party/gstreamer/gstplugins_bad/gst/transcode/ |
D | gst-cpu-throttling-clock.h | 46 GstClockClass parent_class;
|
D | gst-cpu-throttling-clock.c | 174 GstClockClass *clock_klass = GST_CLOCK_CLASS (klass); in gst_cpu_throttling_clock_class_init()
|
/third_party/gstreamer/gstreamer/libs/gst/check/ |
D | gsttestclock.h | 75 GstClockClass parent_class;
|
D | gsttestclock.c | 259 GstClockClass *gstclock_class = GST_CLOCK_CLASS (klass); in gst_test_clock_class_init()
|
/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | gsttestclock.c | 133 GstClockClass *klass = GST_CLOCK_GET_CLASS (wait_ctx->test_clock); in gst_test_util_wait_for_clock_id_begin() 170 GstClockClass *klass = GST_CLOCK_GET_CLASS (wait_ctx->test_clock); in gst_test_util_wait_for_clock_id_end()
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/ |
D | gstdecklink.cpp | 1915 GstClockClass *clock_class = (GstClockClass *) klass; in gst_decklink_clock_class_init()
|
/third_party/gstreamer/gstreamer/libs/gst/net/ |
D | gstnetclientclock.c | 1023 GstClockClass *clock_class; in gst_net_client_clock_class_init()
|
D | gstptpclock.c | 2360 GstClockClass *clock_class; in gst_ptp_clock_class_init()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 107122 docs/gst/gstreamer-sections.txt: Add GstClockClass vmethod docs. 107125 Add GstClockClass vmethod docs. 107134 API: GstClockClass::wait_jitter 118377 * gst/gstclock.c (GstClock, GstClockClass): Change resolution to
|