Home
last modified time | relevance | path

Searched refs:gst_queue_array_pop_head_struct (Results 1 – 16 of 16) sorted by relevance

/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstqueuearray.h89 gpointer gst_queue_array_pop_head_struct (GstQueueArray * array);
Dgstqueuearray.c202 gst_queue_array_pop_head_struct (GstQueueArray * array) in gst_queue_array_pop_head_struct() function
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklinkaudiosrc.cpp330 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()
Dgstdecklinkvideosrc.cpp577 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()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstcccombiner.c688 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()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstvp8decoder.c500 gst_queue_array_pop_head_struct (priv->output_queue); in gst_vp8_decoder_drain_output_queue()
Dgstvp9decoder.c576 gst_queue_array_pop_head_struct (priv->output_queue); in gst_vp9_decoder_drain_output_queue()
Dgstmpeg2decoder.c1297 gst_queue_array_pop_head_struct (priv->output_queue); in gst_mpeg2_decoder_drain_output_queue()
Dgsth264decoder.c1784 gst_queue_array_pop_head_struct (priv->output_queue); in gst_h264_decoder_drain_output_queue()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstqueue.c494 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()
Dgstqueue2.c581 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()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfcapturewinrt.cpp473 (GstMFCaptureWinRTFrame *) gst_queue_array_pop_head_struct (self->queue); in gst_mf_capture_winrt_get_video_media_frame()
Dgstmfsourcereader.cpp532 (GstMFSourceReaderSample *) gst_queue_array_pop_head_struct (self->queue); in gst_mf_source_reader_get_media_buffer()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.c4143 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()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxsink.c2379 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()
/third_party/gstreamer/gstreamer/
DChangeLog28528 API: gst_queue_array_pop_head_struct()