Home
last modified time | relevance | path

Searched refs:gst_queue_array_find (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstqueuearray.h74 guint gst_queue_array_find (GstQueueArray * array,
Dgstqueuearray.c733 gst_queue_array_find (GstQueueArray * array, GCompareFunc func, gpointer data) in gst_queue_array_find() function
Dgstdataqueue.c711 idx = gst_queue_array_find (priv->queue, is_of_type, GSIZE_TO_POINTER (type)); in gst_data_queue_drop_head()
/third_party/gstreamer/gstreamer/tests/check/libs/
Dqueuearray.c235 idx = gst_queue_array_find (array, compare_pointer_value, in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2decoder.c1056 idx = gst_queue_array_find (decoder->pending_requests, NULL, request); in gst_v4l2_request_unref()
/third_party/gstreamer/gstreamer/
DChangeLog43514 This commit depends on other fixes done to gst_queue_array_find()
43543 queuearray: fix gst_queue_array_find()