Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstqueuearray.h86 void gst_queue_array_push_tail_struct (GstQueueArray * array,
Dgstqueuearray.c392 gst_queue_array_push_tail_struct (GstQueueArray * array, gpointer p_struct) in gst_queue_array_push_tail_struct() function
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstqueue.c752 gst_queue_array_push_tail_struct (queue->queue, &qitem); in gst_queue_locked_enqueue_buffer()
773 gst_queue_array_push_tail_struct (queue->queue, &qitem); in gst_queue_locked_enqueue_buffer_list()
817 gst_queue_array_push_tail_struct (queue->queue, &qitem); in gst_queue_locked_enqueue_event()
1072 gst_queue_array_push_tail_struct (queue->queue, &qitem); in gst_queue_handle_sink_query()
Dgstqueue2.c2452 gst_queue_array_push_tail_struct (queue->queue, &qitem); in gst_queue2_locked_enqueue()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstvp8decoder.c454 gst_queue_array_push_tail_struct (priv->output_queue, &output_frame); in gst_vp8_decoder_handle_frame()
Dgstvp9decoder.c530 gst_queue_array_push_tail_struct (priv->output_queue, &output_frame); in gst_vp9_decoder_handle_frame()
Dgstmpeg2decoder.c1140 gst_queue_array_push_tail_struct (priv->output_queue, &output_frame); in gst_mpeg2_decoder_do_output_picture()
Dgsth264decoder.c1831 gst_queue_array_push_tail_struct (priv->output_queue, &output_frame); in gst_h264_decoder_do_output_picture()
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklinkvideosrc.cpp819 gst_queue_array_push_tail_struct (self->current_frames, &f); in gst_decklink_video_src_got_frame()
938 gst_queue_array_push_tail_struct (self->current_frames, &f); in gst_decklink_video_src_got_frame()
Dgstdecklinkaudiosrc.cpp584 gst_queue_array_push_tail_struct (self->current_packets, &p); in gst_decklink_audio_src_got_packet()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfcapturewinrt.cpp407 gst_queue_array_push_tail_struct (self->queue, &winrt_frame); in gst_mf_capture_winrt_on_frame()
Dgstmfsourcereader.cpp498 gst_queue_array_push_tail_struct (self->queue, &reader_sample); in gst_mf_source_reader_read_sample()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstcccombiner.c434 gst_queue_array_push_tail_struct (self->scheduled[field], &item); in queue_caption()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxsink.c4152 gst_queue_array_push_tail_struct (splitmux->times_to_split, &split_time); in split_at_running_time()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.c4671 gst_queue_array_push_tail_struct (watch->messages, &local_message); in gst_rtsp_watch_write_serialized_messages()
/third_party/gstreamer/gstreamer/
DChangeLog28526 API: gst_queue_array_push_tail_struct()