Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstsystemclock.c94 typedef struct _GstClockEntryFutex GstClockEntryImpl; typedef
108 clear_entry (GstClockEntryImpl * entry) in clear_entry()
114 init_entry (GstClockEntryImpl * entry) in init_entry()
167 typedef struct _GstClockEntryPThread GstClockEntryImpl; typedef
232 clear_entry (GstClockEntryImpl * entry) in clear_entry()
239 init_entry (GstClockEntryImpl * entry) in init_entry()
299 typedef struct _GstClockEntryGLib GstClockEntryImpl; typedef
313 clear_entry (GstClockEntryImpl * entry) in clear_entry()
320 init_entry (GstClockEntryImpl * entry) in init_entry()
330 G_STATIC_ASSERT (sizeof (GstClockEntryImpl) <=
[all …]
Dgstclock.c226 typedef struct _GstClockEntryImpl GstClockEntryImpl; typedef
228 #define GST_CLOCK_ENTRY_CLOCK_WEAK_REF(entry) (((GstClockEntryImpl *)(entry))->weakref)
304 entry = (GstClockEntry *) g_slice_new0 (GstClockEntryImpl); in gst_clock_entry_new()
422 GstClockEntryImpl *entry_impl; in _gst_clock_id_free()
430 entry_impl = (GstClockEntryImpl *) id; in _gst_clock_id_free()
438 g_slice_free (GstClockEntryImpl, (GstClockEntryImpl *) id); in _gst_clock_id_free()
/third_party/gstreamer/gstreamer/
DChangeLog3013 the static assert that the GstClockEntryImpl smaller or
4373 GstClockEntryImpl smaller or equal to the struct _GstClockEntryImpl