Searched refs:gst_queue_array_pop_head (Results 1 – 11 of 11) sorted by relevance
51 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()
221 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()
50 gpointer gst_queue_array_pop_head (GstQueueArray * array);
254 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()
265 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()
231 gst_queue_array_pop_head (GstQueueArray * array) in gst_queue_array_pop_head() function
588 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()
788 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()
1154 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()
1057 gpointer task = gst_queue_array_pop_head (self->tasks); in gst_parallelized_task_runner_join()
152 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()