Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstqueuearray.c50 GDestroyNotify clear_func; member
80 array->clear_func = NULL; in gst_queue_array_new_for_struct()
142 GDestroyNotify clear_func) in gst_queue_array_set_clear_func() argument
145 array->clear_func = clear_func; in gst_queue_array_set_clear_func()
153 if (!array->clear_func) in gst_queue_array_clear_idx()
158 array->clear_func (array->array + pos * array->elt_size); in gst_queue_array_clear_idx()
160 array->clear_func (*(gpointer *) (array->array + pos * array->elt_size)); in gst_queue_array_clear_idx()
176 if (array->clear_func != NULL) { in gst_queue_array_clear()
Dgstqueuearray.h44 GDestroyNotify clear_func);
/third_party/gstreamer/gstreamer/gst/
Dgstquery.c849 GDestroyNotify clear_func) in ensure_array() argument
861 if (clear_func) in ensure_array()
862 g_array_set_clear_func (array, clear_func); in ensure_array()