Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstiterator.c101 guint32 * master_cookie, in gst_iterator_init() argument
110 it->master_cookie = master_cookie; in gst_iterator_init()
111 it->cookie = *master_cookie; in gst_iterator_init()
147 guint32 * master_cookie, in gst_iterator_new() argument
157 g_return_val_if_fail (master_cookie != NULL, NULL); in gst_iterator_new()
163 gst_iterator_init (result, size, type, lock, master_cookie, copy, next, item, in gst_iterator_new()
247 GMutex * lock, guint32 * master_cookie, GList ** list, GObject * owner, in gst_iterator_new_list() argument
271 master_cookie, in gst_iterator_new_list()
349 if (G_UNLIKELY (*it->master_cookie != it->cookie)) { in gst_iterator_next()
403 it->cookie = *it->master_cookie; in gst_iterator_resync()
[all …]
Dgstiterator.h187 #define GST_ITERATOR_ORIG_COOKIE(it) (GST_ITERATOR(it)->master_cookie)
220 guint32 *master_cookie; /* pointer to guint32 holding the cookie when this member
237 guint32 *master_cookie,
246 guint32 *master_cookie,