Searched refs:gst_queue_array_new_for_struct (Results 1 – 16 of 16) sorted by relevance
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstqueuearray.h | 83 GstQueueArray * gst_queue_array_new_for_struct (gsize struct_size,
|
D | gstqueuearray.c | 66 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/ |
D | gstvp8decoder.c | 115 gst_queue_array_new_for_struct (sizeof (GstVp8DecoderOutputFrame), 1); in gst_vp8_decoder_start()
|
D | gstvp9decoder.c | 162 gst_queue_array_new_for_struct (sizeof (GstVp9DecoderOutputFrame), 1); in gst_vp9_decoder_start()
|
D | gstmpeg2decoder.c | 352 gst_queue_array_new_for_struct (sizeof (GstMpeg2DecoderOutputFrame), 1); in gst_mpeg2_decoder_start()
|
D | gsth264decoder.c | 382 gst_queue_array_new_for_struct (sizeof (GstH264DecoderOutputFrame), 1); in gst_h264_decoder_init()
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | gstcccombiner.c | 1589 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/ |
D | gstmfcapturewinrt.cpp | 143 gst_queue_array_new_for_struct (sizeof (GstMFCaptureWinRTFrame), 2); in gst_mf_capture_winrt_init()
|
D | gstmfsourcereader.cpp | 152 gst_queue_array_new_for_struct (sizeof (GstMFSourceReaderSample), 2); in gst_mf_source_reader_init()
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/ |
D | gstdecklinkaudiosrc.cpp | 243 gst_queue_array_new_for_struct (sizeof (CapturePacket), in gst_decklink_audio_src_init()
|
D | gstdecklinkvideosrc.cpp | 429 gst_queue_array_new_for_struct (sizeof (CaptureFrame), in gst_decklink_video_src_init()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstqueue.c | 470 gst_queue_array_new_for_struct (sizeof (GstQueueItem), in gst_queue_init()
|
D | gstqueue2.c | 549 queue->queue = gst_queue_array_new_for_struct (sizeof (GstQueue2Item), 32); in gst_queue2_init()
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstsplitmuxsink.c | 623 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/ |
D | gstrtspconnection.c | 4344 gst_queue_array_new_for_struct (sizeof (GstRTSPSerializedMessage), 10); in gst_rtsp_watch_new()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 28525 API: gst_queue_array_new_for_struct()
|