Home
last modified time | relevance | path

Searched refs:gst_queue_array_pop_head (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/libs/
Dqueuearray.c51 fail_unless_equals_int (GPOINTER_TO_INT (gst_queue_array_pop_head (array)), in GST_START_TEST()
84 fail_unless_equals_int (GPOINTER_TO_INT (gst_queue_array_pop_head (array)), in GST_START_TEST()
118 fail_unless_equals_int (GPOINTER_TO_INT (gst_queue_array_pop_head (array)), in GST_START_TEST()
139 fail_unless_equals_int (GPOINTER_TO_INT (gst_queue_array_pop_head (array)), in GST_START_TEST()
155 fail_unless_equals_int (GPOINTER_TO_INT (gst_queue_array_pop_head (array)), in GST_START_TEST()
176 fail_unless_equals_int (GPOINTER_TO_INT (gst_queue_array_pop_head (array)), in GST_START_TEST()
192 fail_unless_equals_int (GPOINTER_TO_INT (gst_queue_array_pop_head (array)), in GST_START_TEST()
280 gst_queue_array_pop_head (array); in GST_START_TEST()
318 fail_unless (gst_queue_array_pop_head (array) == GINT_TO_POINTER (42)); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2decoder.c221 while ((request = gst_queue_array_pop_head (self->pending_requests))) in gst_v4l2_decoder_close()
224 while ((request = gst_queue_array_pop_head (self->request_pool))) in gst_v4l2_decoder_close()
265 while ((pending_req = gst_queue_array_pop_head (self->pending_requests))) { in gst_v4l2_decoder_streamoff()
904 GstV4l2Request *request = gst_queue_array_pop_head (self->request_pool); in gst_v4l2_decoder_alloc_request()
950 GstV4l2Request *request = gst_queue_array_pop_head (self->request_pool); in gst_v4l2_decoder_alloc_sub_request()
1147 while ((pending_req = gst_queue_array_pop_head (decoder->pending_requests))) { in gst_v4l2_request_set_done()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstqueuearray.h50 gpointer gst_queue_array_pop_head (GstQueueArray * array);
Dgstdataqueue.c254 GstDataQueueItem *item = gst_queue_array_pop_head (priv->queue); in gst_data_queue_cleanup()
601 *item = gst_queue_array_pop_head (priv->queue); in gst_data_queue_pop()
Dgstadapter.c265 while ((obj = gst_queue_array_pop_head (adapter->bufqueue))) in gst_adapter_clear()
665 gst_buffer_unref (gst_queue_array_pop_head (adapter->bufqueue)); in gst_adapter_flush_unchecked()
Dgstqueuearray.c231 gst_queue_array_pop_head (GstQueueArray * array) in gst_queue_array_pop_head() function
/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/
Dgstappsink.c588 while ((queue_obj = gst_queue_array_pop_head (priv->queue))) in gst_app_sink_dispose()
730 while ((obj = gst_queue_array_pop_head (priv->queue))) in gst_app_sink_flush_unlocked()
971 obj = gst_queue_array_pop_head (priv->queue); in dequeue_object()
Dgstappsrc.c788 obj = gst_queue_array_pop_head (priv->queue); in gst_app_src_flush_queued()
1655 GstMiniObject *obj = gst_queue_array_pop_head (priv->queue); in gst_app_src_create()
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklink.cpp1154 while ((buf = (uint8_t *) gst_queue_array_pop_head (m_buffers))) { in _clearBufferPool()
1229 if (!(buf = (uint8_t *) gst_queue_array_pop_head (m_buffers))) { in AllocateBuffer()
1256 buf = (uint8_t *) gst_queue_array_pop_head (m_buffers); in AllocateBuffer()
/third_party/gstreamer/gstplugins_base/gst/compositor/
Dcompositor.c1057 gpointer task = gst_queue_array_pop_head (self->tasks); in gst_parallelized_task_runner_join()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-converter.c152 work_item = gst_queue_array_pop_head (runner->work_items); in gst_parallelized_task_thread_func()
172 gpointer task = gst_queue_array_pop_head (self->tasks); in gst_parallelized_task_runner_join()