Home
last modified time | relevance | path

Searched refs:entry_impl (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstsystemclock.c335 ensure_entry_initialized (GstClockEntryImpl * entry_impl) in ensure_entry_initialized() argument
337 if (!entry_impl->initialized) { in ensure_entry_initialized()
338 init_entry (entry_impl); in ensure_entry_initialized()
339 entry_impl->initialized = TRUE; in ensure_entry_initialized()
1099 GstClockEntryImpl *entry_impl = (GstClockEntryImpl *) entry; in gst_system_clock_id_wait_jitter() local
1102 ensure_entry_initialized (entry_impl); in gst_system_clock_id_wait_jitter()
1105 GST_SYSTEM_CLOCK_ENTRY_LOCK (entry_impl); in gst_system_clock_id_wait_jitter()
1110 GST_SYSTEM_CLOCK_ENTRY_UNLOCK (entry_impl); in gst_system_clock_id_wait_jitter()
1126 GST_SYSTEM_CLOCK_ENTRY_UNLOCK (entry_impl); in gst_system_clock_id_wait_jitter()
Dgstclock.c422 GstClockEntryImpl *entry_impl; in _gst_clock_id_free() local
430 entry_impl = (GstClockEntryImpl *) id; in _gst_clock_id_free()
431 if (entry_impl->destroy_entry) in _gst_clock_id_free()
432 entry_impl->destroy_entry (entry_impl); in _gst_clock_id_free()