Searched refs:gst_queue_array_pop_head_struct (Results 1 – 16 of 16) sorted by relevance
89 gpointer gst_queue_array_pop_head_struct (GstQueueArray * array);
202 gst_queue_array_pop_head_struct (GstQueueArray * array) in gst_queue_array_pop_head_struct() function
330 gst_queue_array_pop_head_struct (self->current_packets); in gst_decklink_audio_src_finalize()548 gst_queue_array_pop_head_struct (self->current_packets); in gst_decklink_audio_src_got_packet()626 gst_queue_array_pop_head_struct (self->current_packets); in gst_decklink_audio_src_create()928 gst_queue_array_pop_head_struct (self->current_packets); in gst_decklink_audio_src_unlock_stop()1004 gst_queue_array_pop_head_struct (self->current_packets); in gst_decklink_audio_src_stop()
577 gst_queue_array_pop_head_struct (self->current_frames); in gst_decklink_video_src_finalize()854 gst_queue_array_pop_head_struct (self->current_frames); in gst_decklink_video_src_got_frame()1219 f = *(CaptureFrame *) gst_queue_array_pop_head_struct (self->current_frames); in gst_decklink_video_src_create()1510 (CaptureFrame *) gst_queue_array_pop_head_struct (self->current_frames); in gst_decklink_video_src_unlock_stop()1576 (CaptureFrame *) gst_queue_array_pop_head_struct (self->current_frames); in gst_decklink_video_src_stop()
688 if ((scheduled = gst_queue_array_pop_head_struct (self->scheduled[field]))) { in dequeue_caption_one_field()707 field0_scheduled = gst_queue_array_pop_head_struct (self->scheduled[0]); in dequeue_caption_both_fields()708 field1_scheduled = gst_queue_array_pop_head_struct (self->scheduled[1]); in dequeue_caption_both_fields()
500 gst_queue_array_pop_head_struct (priv->output_queue); in gst_vp8_decoder_drain_output_queue()
576 gst_queue_array_pop_head_struct (priv->output_queue); in gst_vp9_decoder_drain_output_queue()
1297 gst_queue_array_pop_head_struct (priv->output_queue); in gst_mpeg2_decoder_drain_output_queue()
1784 gst_queue_array_pop_head_struct (priv->output_queue); in gst_h264_decoder_drain_output_queue()
494 while ((qitem = gst_queue_array_pop_head_struct (queue->queue))) { in gst_queue_finalize()706 while ((qitem = gst_queue_array_pop_head_struct (queue->queue))) { in gst_queue_locked_flush()829 qitem = gst_queue_array_pop_head_struct (queue->queue); in gst_queue_locked_dequeue()
581 while ((qitem = gst_queue_array_pop_head_struct (queue->queue))) { in gst_queue2_finalize()1898 while ((qitem = gst_queue_array_pop_head_struct (queue->queue))) { in gst_queue2_locked_flush()2484 GstQueue2Item *qitem = gst_queue_array_pop_head_struct (queue->queue); in gst_queue2_locked_dequeue()
473 (GstMFCaptureWinRTFrame *) gst_queue_array_pop_head_struct (self->queue); in gst_mf_capture_winrt_get_video_media_frame()
532 (GstMFSourceReaderSample *) gst_queue_array_pop_head_struct (self->queue); in gst_mf_source_reader_get_media_buffer()
4143 while ((msg = gst_queue_array_pop_head_struct (watch->messages))) { in gst_rtsp_source_dispatch_write()4203 msg = gst_queue_array_pop_head_struct (watch->messages); in gst_rtsp_source_dispatch_write()4278 while ((msg = gst_queue_array_pop_head_struct (watch->messages))) { in gst_rtsp_source_finalize()4938 while ((msg = gst_queue_array_pop_head_struct (watch->messages))) { in gst_rtsp_watch_set_flushing()
2379 gst_queue_array_pop_head_struct (splitmux->times_to_split); in need_new_fragment()2387 gst_queue_array_pop_head_struct (splitmux->times_to_split); in need_new_fragment()
28528 API: gst_queue_array_pop_head_struct()