GstClockEntry 188 gst/gstclock.c GstClockEntry *entry; GstClockEntry 190 gst/gstclock.c entry = g_slice_new (GstClockEntry); GstClockEntry 225 gst/gstclock.c g_atomic_int_inc (&((GstClockEntry *) id)->refcount); GstClockEntry 233 gst/gstclock.c GstClockEntry *entry; GstClockEntry 237 gst/gstclock.c entry = (GstClockEntry *) id; GstClockEntry 244 gst/gstclock.c g_slice_free (GstClockEntry, id); GstClockEntry 263 gst/gstclock.c zero = g_atomic_int_dec_and_test (&((GstClockEntry *) id)->refcount); GstClockEntry 335 gst/gstclock.c GstClockEntry *entry1, *entry2; GstClockEntry 337 gst/gstclock.c entry1 = (GstClockEntry *) id1; GstClockEntry 338 gst/gstclock.c entry2 = (GstClockEntry *) id2; GstClockEntry 364 gst/gstclock.c return GST_CLOCK_ENTRY_TIME ((GstClockEntry *) id); GstClockEntry 396 gst/gstclock.c GstClockEntry *entry; GstClockEntry 404 gst/gstclock.c entry = (GstClockEntry *) id; GstClockEntry 490 gst/gstclock.c GstClockEntry *entry; GstClockEntry 499 gst/gstclock.c entry = (GstClockEntry *) id; GstClockEntry 575 gst/gstclock.c GstClockEntry *entry; GstClockEntry 581 gst/gstclock.c entry = (GstClockEntry *) id; GstClockEntry 295 gst/gstclock.h #define GST_CLOCK_ENTRY(entry) ((GstClockEntry *)(entry)) GstClockEntry 490 gst/gstclock.h GstClockReturn (*wait) (GstClock *clock, GstClockEntry *entry); GstClockEntry 491 gst/gstclock.h GstClockReturn (*wait_async) (GstClock *clock, GstClockEntry *entry); GstClockEntry 492 gst/gstclock.h void (*unschedule) (GstClock *clock, GstClockEntry *entry); GstClockEntry 495 gst/gstclock.h GstClockReturn (*wait_jitter) (GstClock *clock, GstClockEntry *entry, GstClockEntry 196 gst/gstsystemclock.c GstClockEntry *entry = (GstClockEntry *) entries->data; GstClockEntry 362 gst/gstsystemclock.c GstClockEntry *entry; GstClockEntry 749 gst/gstsystemclock.c GstClockEntry *head; GstClockEntry 187 tests/check/gst/gstsystemclock.c fail_unless (((GstClockEntry *) id)->status == GST_CLOCK_OK,