Home
last modified time | relevance | path

Searched refs:gst_query_add_allocation_pool (Results 1 – 25 of 62) sorted by relevance

123

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideofilter.c105 gst_query_add_allocation_pool (query, pool, size, 0, 0); in gst_video_filter_propose_allocation()
162 gst_query_add_allocation_pool (query, pool, size, min, max); in gst_video_filter_decide_allocation()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11download.cpp307 gst_query_add_allocation_pool (query, pool, size, 0, 0); in gst_d3d11_download_propose_allocation()
362 gst_query_add_allocation_pool (query, pool, size, min, max); in gst_d3d11_download_decide_allocation()
Dgstd3d11upload.cpp338 gst_query_add_allocation_pool (query, pool, size, 0, 0); in gst_d3d11_upload_propose_allocation()
463 gst_query_add_allocation_pool (query, pool, size, min, max); in gst_d3d11_upload_decide_allocation()
Dgstd3d11screencapturesrc.cpp500 gst_query_add_allocation_pool (query, pool, size, min, max); in gst_d3d11_screen_capture_src_decide_allocation()
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgstfakevideosink.c111 gst_query_add_allocation_pool (query, NULL, info.size, min_buffers, 0); in gst_fake_video_sink_query()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudabasetransform.c506 gst_query_add_allocation_pool (query, pool, size, 0, 0); in gst_cuda_base_transform_propose_allocation()
589 gst_query_add_allocation_pool (query, pool, size, min, max); in gst_cuda_base_transform_decide_allocation()
Dgstnvdecoder.c1573 gst_query_add_allocation_pool (query, pool, size, min, max); in gst_nv_decoder_ensure_cuda_pool()
1626 gst_query_add_allocation_pool (query, pool, size, min, max); in gst_nv_decoder_ensure_gl_pool()
Dgstnvdec.c1867 gst_query_add_allocation_pool (query, pool, size, min, max); in gst_nvdec_ensure_gl_pool()
1910 gst_query_add_allocation_pool (query, pool, size, min, max); in gst_nvdec_ensure_cuda_pool()
/third_party/gstreamer/gstreamer/tests/check/elements/
Dtee.c716 gst_query_add_allocation_pool (query, NULL, 128, 2, 10); in allocation_query1()
734 gst_query_add_allocation_pool (query, NULL, 129, 1, 15); in allocation_query2()
753 gst_query_add_allocation_pool (query, NULL, 130, 1, 20); in allocation_query3()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglmixer.c225 gst_query_add_allocation_pool (query, pool, size, 1, 0); in gst_gl_mixer_propose_allocation()
632 gst_query_add_allocation_pool (query, pool, size, min, max); in gst_gl_mixer_decide_allocation()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkvideofilter.c288 gst_query_add_allocation_pool (query, pool, size, min, max); in gst_vulkan_video_filter_decide_allocation()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvabasetransform.c248 gst_query_add_allocation_pool (query, pool, size, 1 + self->extra_min_buffers, in gst_va_base_transform_propose_allocation()
390 gst_query_add_allocation_pool (query, pool, size, min, max); in gst_va_base_transform_decide_allocation()
Dgstvabasedec.c385 gst_query_add_allocation_pool (query, pool, size, min, max); in _decide_allocation_for_video_crop()
557 gst_query_add_allocation_pool (query, pool, size, min, max); in gst_va_base_dec_decide_allocation()
/third_party/gstreamer/gstplugins_good/ext/gtk/
Dgstgtkglsink.c353 gst_query_add_allocation_pool (query, pool, size, 2, 0); in gst_gtk_gl_sink_propose_allocation()
/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqtsink.cc529 gst_query_add_allocation_pool (query, pool, size, 2, 0); in gst_qt_sink_propose_allocation()
Dgstqtsrc.cc424 gst_query_add_allocation_pool (query, pool, size, min, max); in gst_qt_src_decide_allocation()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglfilter.c839 gst_query_add_allocation_pool (query, pool, size, 1, 0); in gst_gl_filter_propose_allocation()
920 gst_query_add_allocation_pool (query, pool, size, min, max); in gst_gl_filter_decide_allocation()
Dgstglbasesrc.c690 gst_query_add_allocation_pool (query, pool, size, min, max); in gst_gl_base_src_decide_allocation()
/third_party/gstreamer/gstplugins_good/ext/aalib/
Dgstaasink.c353 gst_query_add_allocation_pool (query, NULL, size, 2, 0); in gst_aasink_propose_allocation()
/third_party/gstreamer/gstreamer/gst/
Dgstquery.h493 void gst_query_add_allocation_pool (GstQuery *query, GstBufferPool *pool,
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/
Dd3dvideosink.c545 gst_query_add_allocation_pool (query, pool, size, 2, 0); in gst_d3dvideosink_propose_allocation()
/third_party/gstreamer/gstplugins_bad/gst/librfb/
Dgstrfbsrc.c380 gst_query_add_allocation_pool (query, pool, size, min, max); in gst_rfb_src_decide_allocation()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkvpp.c581 gst_query_add_allocation_pool (query, pool, size, min_buffers, max_buffers); in create_src_pool()
685 gst_query_add_allocation_pool (query, need_pool ? pool : NULL, size, in gst_msdkvpp_propose_allocation()
/third_party/gstreamer/gstplugins_bad/ext/openni2/
Dgstopenni2src.cpp510 gst_query_add_allocation_pool (query, pool, size, min, max); in gst_openni2src_decide_allocation()
/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dgstwaylandsink.c626 gst_query_add_allocation_pool (query, pool, sink->video_info.size, 2, 0); in gst_wayland_sink_propose_allocation()

123