Home
last modified time | relevance | path

Searched refs:need_pool (Results 1 – 24 of 24) sorted by relevance

/third_party/gstreamer/gstplugins_good/ext/gtk/
Dgstgtkglsink.c239 gboolean need_pool; in gst_gtk_gl_sink_propose_allocation() local
246 gst_query_parse_allocation (query, &caps, &need_pool); in gst_gtk_gl_sink_propose_allocation()
257 if (need_pool) { in gst_gtk_gl_sink_propose_allocation()
/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqtsink.cc414 gboolean need_pool; in gst_qt_sink_propose_allocation() local
419 gst_query_parse_allocation (query, &caps, &need_pool); in gst_qt_sink_propose_allocation()
453 if (pool == NULL && need_pool) { in gst_qt_sink_propose_allocation()
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/
Dd3dvideosink.c458 gboolean need_pool; in gst_d3dvideosink_propose_allocation() local
460 gst_query_parse_allocation (query, &caps, &need_pool); in gst_d3dvideosink_propose_allocation()
506 if (pool == NULL && need_pool) { in gst_d3dvideosink_propose_allocation()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglmixer.c193 gboolean need_pool; in gst_gl_mixer_propose_allocation() local
201 gst_query_parse_allocation (query, &caps, &need_pool); in gst_gl_mixer_propose_allocation()
212 if (need_pool) { in gst_gl_mixer_propose_allocation()
Dcaopengllayersink.m735 gboolean need_pool;
740 gst_query_parse_allocation (query, &caps, &need_pool);
751 if (need_pool) {
Dgstglimagesink.c1884 gboolean need_pool; in gst_glimage_sink_propose_allocation() local
1890 gst_query_parse_allocation (query, &caps, &need_pool); in gst_glimage_sink_propose_allocation()
1901 if (need_pool) { in gst_glimage_sink_propose_allocation()
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkupload.c110 gboolean need_pool; in _buffer_propose_allocation() local
116 gst_query_parse_allocation (query, &caps, &need_pool); in _buffer_propose_allocation()
127 if (need_pool) { in _buffer_propose_allocation()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkvpp.c449 gboolean need_pool; in gst_msdkvpp_propose_allocation() local
454 gst_query_parse_allocation (query, &caps, &need_pool); in gst_msdkvpp_propose_allocation()
472 if (need_pool) { in gst_msdkvpp_propose_allocation()
487 if (!need_pool) in gst_msdkvpp_propose_allocation()
497 gst_query_add_allocation_pool (query, need_pool ? pool : NULL, size, in gst_msdkvpp_propose_allocation()
/third_party/gstreamer/gstreamer/gst/
Dgstquery.h531 GstQuery * gst_query_new_allocation (GstCaps *caps, gboolean need_pool) G_GNUC_MAL…
534 … gst_query_parse_allocation (GstQuery *query, GstCaps **caps, gboolean *need_pool);
Dgstquery.c1545 gst_query_new_allocation (GstCaps * caps, gboolean need_pool) in gst_query_new_allocation() argument
1552 GST_QUARK (NEED_POOL), G_TYPE_BOOLEAN, need_pool, NULL); in gst_query_new_allocation()
1574 gboolean * need_pool) in gst_query_parse_allocation() argument
1586 GST_QUARK (NEED_POOL), G_TYPE_BOOLEAN, need_pool, NULL); in gst_query_parse_allocation()
/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dgstwaylandsink.c601 gboolean need_pool; in gst_wayland_sink_propose_allocation() local
604 gst_query_parse_allocation (query, &caps, &need_pool); in gst_wayland_sink_propose_allocation()
606 if (need_pool) in gst_wayland_sink_propose_allocation()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglfilter.c811 gboolean need_pool; in gst_gl_filter_propose_allocation() local
813 gst_query_parse_allocation (query, &caps, &need_pool); in gst_gl_filter_propose_allocation()
824 if (need_pool) { in gst_gl_filter_propose_allocation()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Davsamplevideosink.m778 gboolean need_pool;
780 gst_query_parse_allocation (query, &caps, &need_pool);
814 if (pool == NULL && need_pool) {
/third_party/gstreamer/gstplugins_base/sys/ximage/
Dximagesink.c1468 gboolean need_pool; in gst_x_image_sink_propose_allocation() local
1470 gst_query_parse_allocation (query, &caps, &need_pool); in gst_x_image_sink_propose_allocation()
1481 if (need_pool) { in gst_x_image_sink_propose_allocation()
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvimagesink.c1064 gboolean need_pool; in gst_xv_image_sink_propose_allocation() local
1066 gst_query_parse_allocation (query, &caps, &need_pool); in gst_xv_image_sink_propose_allocation()
1077 if (need_pool) { in gst_xv_image_sink_propose_allocation()
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmssink.c1211 gboolean need_pool; in gst_kms_sink_propose_allocation() local
1218 gst_query_parse_allocation (query, &caps, &need_pool); in gst_kms_sink_propose_allocation()
1227 if (need_pool) { in gst_kms_sink_propose_allocation()
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstharness.c397 gboolean need_pool; in gst_harness_sink_query() local
400 gst_query_parse_allocation (query, &caps, &need_pool); in gst_harness_sink_query()
/third_party/gstreamer/gstplugins_bad/ext/directfb/
Ddfbvideosink.c2269 gboolean need_pool; in gst_dfbvideosink_propose_allocation() local
2274 gst_query_parse_allocation (query, &caps, &need_pool); in gst_dfbvideosink_propose_allocation()
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstamcvideodec.c2551 gboolean need_pool = FALSE; in gst_amc_video_dec_decide_allocation() local
2559 gst_query_parse_allocation (query, &caps, &need_pool); in gst_amc_video_dec_decide_allocation()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2object.c4566 gboolean need_pool; in gst_v4l2_object_propose_allocation() local
4573 gst_query_parse_allocation (query, &caps, &need_pool); in gst_v4l2_object_propose_allocation()
/third_party/gstreamer/gstplugins_base/
DChangeLog10005 Request minimum buffer even if need_pool is FALSE
29433 Request minimum buffer even if need_pool is FALSE
29451 Request minimum buffer even if need_pool is FALSE
/third_party/gstreamer/gstplugins_bad/
DChangeLog16551 Request minimum buffer even if need_pool is FALSE
28871 allocation query "need_pool" boolean.
58848 dvbsuboverlay: Set query ALLOCATION need_pool to FALSE
58849 Set query ALLOCATION need_pool to FALSE as it only need query if can
/third_party/gstreamer/gstplugins_good/
DChangeLog8986 Request minimum buffer even if need_pool is FALSE
8994 Request minimum buffer even if need_pool is FALSE
/third_party/gstreamer/gstreamer/
DChangeLog58544 Add methods for parsing the caps and the need_pool boolean.