Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstsystemclock.c99 GDestroyNotify destroy_entry; member
118 entry->destroy_entry = (GDestroyNotify) clear_entry; in init_entry()
172 GDestroyNotify destroy_entry; member
281 entry->destroy_entry = (GDestroyNotify) clear_entry; in init_entry()
304 GDestroyNotify destroy_entry; member
325 entry->destroy_entry = (GDestroyNotify) clear_entry; in init_entry()
Dgst_private.h525 GDestroyNotify destroy_entry; member
Dgstclock.c431 if (entry_impl->destroy_entry) in _gst_clock_id_free()
432 entry_impl->destroy_entry (entry_impl); in _gst_clock_id_free()