Home
last modified time | relevance | path

Searched refs:GstQueueArray (Results 1 – 25 of 32) sorted by relevance

12

/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstqueuearray.h34 typedef struct _GstQueueArray GstQueueArray; typedef
37 GstQueueArray * gst_queue_array_new (guint initial_size);
40 void gst_queue_array_free (GstQueueArray * array);
43 void gst_queue_array_set_clear_func (GstQueueArray *array,
47 void gst_queue_array_clear (GstQueueArray * array);
50 gpointer gst_queue_array_pop_head (GstQueueArray * array);
53 gpointer gst_queue_array_peek_head (GstQueueArray * array);
56 gpointer gst_queue_array_peek_nth (GstQueueArray * array, guint idx);
59 gpointer gst_queue_array_pop_tail (GstQueueArray * array);
62 gpointer gst_queue_array_peek_tail (GstQueueArray * array);
[all …]
Dgstqueuearray.c65 GstQueueArray *
68 GstQueueArray *array; in gst_queue_array_new_for_struct()
72 array = g_slice_new (GstQueueArray); in gst_queue_array_new_for_struct()
95 GstQueueArray *
98 GstQueueArray *array; in gst_queue_array_new()
114 gst_queue_array_free (GstQueueArray * array) in gst_queue_array_free()
119 g_slice_free (GstQueueArray, array); in gst_queue_array_free()
141 gst_queue_array_set_clear_func (GstQueueArray * array, in gst_queue_array_set_clear_func()
149 gst_queue_array_clear_idx (GstQueueArray * array, guint idx) in gst_queue_array_clear_idx()
172 gst_queue_array_clear (GstQueueArray * array) in gst_queue_array_clear()
[all …]
Dgstdataqueue.c66 GstQueueArray *queue;
Dgstadapter.c145 GstQueueArray *bufqueue;
/third_party/gstreamer/gstreamer/tests/check/libs/
Dqueuearray.c37 GstQueueArray *array; in GST_START_TEST()
64 GstQueueArray *array; in GST_START_TEST()
96 GstQueueArray *array; in GST_START_TEST()
130 GstQueueArray *array; in GST_START_TEST()
167 GstQueueArray *array; in GST_START_TEST()
212 GstQueueArray *array; in GST_START_TEST()
255 GstQueueArray *array; in GST_START_TEST()
266 GstQueueArray *array; in GST_START_TEST()
298 GstQueueArray *array; in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstcccombiner.h72 GstQueueArray *scheduled[2];
/third_party/gstreamer/gstplugins_base/gst/compositor/
Dcompositor.h108 GstQueueArray *tasks;
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklinkaudiosrc.h65 GstQueueArray *current_packets;
Dgstdecklinkvideosrc.h83 GstQueueArray *current_frames;
Dgstdecklink.cpp1144 GstQueueArray *m_buffers;
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstqueue.h111 GstQueueArray *queue;
Dgstqueue2.h102 GstQueueArray *queue;
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxsink.h214 GstQueueArray *times_to_split;
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstvp8decoder.c48 GstQueueArray *output_queue;
Dgstvp9decoder.c85 GstQueueArray *output_queue;
Dgstmpeg2decoder.c267 GstQueueArray *output_queue;
Dgsth264decoder.c154 GstQueueArray *output_queue;
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2decoder.c78 GstQueueArray *request_pool;
79 GstQueueArray *pending_requests;
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfcapturewinrt.cpp67 GstQueueArray *queue;
Dgstmfsourcereader.cpp77 GstQueueArray *queue;
/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/
Dgstappsink.c124 GstQueueArray *queue;
Dgstappsrc.c145 GstQueueArray *queue;
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.c3727 GstQueueArray *messages;
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-converter.c137 GstQueueArray *tasks;
138 GstQueueArray *work_items;
/third_party/gstreamer/gstplugins_good/
DNEWS2334 - queuearray: Fix potential heap overflow when expanding GstQueueArray

12