Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstqueuearray.h83 GstQueueArray * gst_queue_array_new_for_struct (gsize struct_size,
Dgstqueuearray.c66 gst_queue_array_new_for_struct (gsize struct_size, guint initial_size) in gst_queue_array_new_for_struct() function
100 array = gst_queue_array_new_for_struct (sizeof (gpointer), initial_size); in gst_queue_array_new()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstvp8decoder.c115 gst_queue_array_new_for_struct (sizeof (GstVp8DecoderOutputFrame), 1); in gst_vp8_decoder_start()
Dgstvp9decoder.c162 gst_queue_array_new_for_struct (sizeof (GstVp9DecoderOutputFrame), 1); in gst_vp9_decoder_start()
Dgstmpeg2decoder.c352 gst_queue_array_new_for_struct (sizeof (GstMpeg2DecoderOutputFrame), 1); in gst_mpeg2_decoder_start()
Dgsth264decoder.c382 gst_queue_array_new_for_struct (sizeof (GstH264DecoderOutputFrame), 1); in gst_h264_decoder_init()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstcccombiner.c1589 gst_queue_array_new_for_struct (sizeof (CaptionQueueItem), 0); in gst_cc_combiner_init()
1591 gst_queue_array_new_for_struct (sizeof (CaptionQueueItem), 0); in gst_cc_combiner_init()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfcapturewinrt.cpp143 gst_queue_array_new_for_struct (sizeof (GstMFCaptureWinRTFrame), 2); in gst_mf_capture_winrt_init()
Dgstmfsourcereader.cpp152 gst_queue_array_new_for_struct (sizeof (GstMFSourceReaderSample), 2); in gst_mf_source_reader_init()
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklinkaudiosrc.cpp243 gst_queue_array_new_for_struct (sizeof (CapturePacket), in gst_decklink_audio_src_init()
Dgstdecklinkvideosrc.cpp429 gst_queue_array_new_for_struct (sizeof (CaptureFrame), in gst_decklink_video_src_init()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstqueue.c470 gst_queue_array_new_for_struct (sizeof (GstQueueItem), in gst_queue_init()
Dgstqueue2.c549 queue->queue = gst_queue_array_new_for_struct (sizeof (GstQueue2Item), 32); in gst_queue2_init()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxsink.c623 splitmux->times_to_split = gst_queue_array_new_for_struct (8, 8); in gst_splitmux_sink_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.c4344 gst_queue_array_new_for_struct (sizeof (GstRTSPSerializedMessage), 10); in gst_rtsp_watch_new()
/third_party/gstreamer/gstreamer/
DChangeLog28525 API: gst_queue_array_new_for_struct()