/third_party/gstreamer/gstplugins_good/ext/gtk/ |
D | gstgtkglsink.c | 321 gboolean need_pool; in gst_gtk_gl_sink_propose_allocation() local 328 gst_query_parse_allocation (query, &caps, &need_pool); in gst_gtk_gl_sink_propose_allocation() 339 if (need_pool) { in gst_gtk_gl_sink_propose_allocation()
|
/third_party/gstreamer/gstplugins_good/ext/qt/ |
D | gstqtsink.cc | 478 gboolean need_pool; in gst_qt_sink_propose_allocation() local 483 gst_query_parse_allocation (query, &caps, &need_pool); in gst_qt_sink_propose_allocation() 517 if (pool == NULL && need_pool) { in gst_qt_sink_propose_allocation()
|
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/ |
D | d3dvideosink.c | 485 gboolean need_pool; in gst_d3dvideosink_propose_allocation() local 488 gst_query_parse_allocation (query, &caps, &need_pool); in gst_d3dvideosink_propose_allocation() 530 if (pool == NULL && need_pool) { in gst_d3dvideosink_propose_allocation()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglmixer.c | 193 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()
|
D | caopengllayersink.m | 741 gboolean need_pool; 746 gst_query_parse_allocation (query, &caps, &need_pool); 757 if (need_pool) {
|
D | gstglimagesink.c | 1975 gboolean need_pool; in gst_glimage_sink_propose_allocation() local 1990 gst_query_parse_allocation (query, &caps, &need_pool); in gst_glimage_sink_propose_allocation() 2001 if (need_pool) { in gst_glimage_sink_propose_allocation()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstquery.h | 485 GstQuery * gst_query_new_allocation (GstCaps *caps, gboolean need_pool) G_GNUC_MAL… 488 … gst_query_parse_allocation (GstQuery *query, GstCaps **caps, gboolean *need_pool);
|
D | gstquery.c | 1545 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/ |
D | gstwaylandsink.c | 618 gboolean need_pool; in gst_wayland_sink_propose_allocation() local 621 gst_query_parse_allocation (query, &caps, &need_pool); in gst_wayland_sink_propose_allocation() 623 if (need_pool) in gst_wayland_sink_propose_allocation()
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkvpp.c | 637 gboolean need_pool; in gst_msdkvpp_propose_allocation() local 642 gst_query_parse_allocation (query, &caps, &need_pool); in gst_msdkvpp_propose_allocation() 660 if (need_pool) { in gst_msdkvpp_propose_allocation() 675 if (!need_pool) in gst_msdkvpp_propose_allocation() 685 gst_query_add_allocation_pool (query, need_pool ? pool : NULL, size, in gst_msdkvpp_propose_allocation()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglfilter.c | 811 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/d3d11/ |
D | gstd3d11videosink.cpp | 838 gboolean need_pool; in gst_d3d11_video_sink_propose_allocation() local 843 gst_query_parse_allocation (query, &caps, &need_pool); in gst_d3d11_video_sink_propose_allocation() 854 if (need_pool) { in gst_d3d11_video_sink_propose_allocation()
|
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | avsamplevideosink.m | 776 gboolean need_pool; 778 gst_query_parse_allocation (query, &caps, &need_pool); 812 if (pool == NULL && need_pool) {
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vkupload.c | 110 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_base/sys/xvimage/ |
D | xvimagesink.c | 1093 gboolean need_pool; in gst_xv_image_sink_propose_allocation() local 1095 gst_query_parse_allocation (query, &caps, &need_pool); in gst_xv_image_sink_propose_allocation() 1106 if (need_pool) { in gst_xv_image_sink_propose_allocation()
|
/third_party/gstreamer/gstplugins_base/sys/ximage/ |
D | ximagesink.c | 1501 gboolean need_pool; in gst_x_image_sink_propose_allocation() local 1503 gst_query_parse_allocation (query, &caps, &need_pool); in gst_x_image_sink_propose_allocation() 1514 if (need_pool) { in gst_x_image_sink_propose_allocation()
|
/third_party/gstreamer/gstplugins_bad/sys/kms/ |
D | gstkmssink.c | 1199 gboolean need_pool; in gst_kms_sink_propose_allocation() local 1208 gst_query_parse_allocation (query, &caps, &need_pool); in gst_kms_sink_propose_allocation() 1217 if (need_pool) { in gst_kms_sink_propose_allocation()
|
/third_party/gstreamer/gstplugins_bad/ext/directfb/ |
D | dfbvideosink.c | 2276 gboolean need_pool; in gst_dfbvideosink_propose_allocation() local 2281 gst_query_parse_allocation (query, &caps, &need_pool); in gst_dfbvideosink_propose_allocation()
|
/third_party/gstreamer/gstreamer/libs/gst/check/ |
D | gstharness.c | 416 gboolean need_pool; in gst_harness_sink_query() local 419 gst_query_parse_allocation (query, &caps, &need_pool); in gst_harness_sink_query()
|
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/ |
D | gstamcvideodec.c | 2443 gboolean need_pool = FALSE; in gst_amc_video_dec_decide_allocation() local 2451 gst_query_parse_allocation (query, &caps, &need_pool); in gst_amc_video_dec_decide_allocation()
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2object.c | 5132 gboolean need_pool; in gst_v4l2_object_propose_allocation() local 5139 gst_query_parse_allocation (query, &caps, &need_pool); in gst_v4l2_object_propose_allocation() 5147 if (need_pool && obj->pool) { in gst_v4l2_object_propose_allocation()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 56135 Request minimum buffer even if need_pool is FALSE 68455 allocation query "need_pool" boolean. 98432 dvbsuboverlay: Set query ALLOCATION need_pool to FALSE 98433 Set query ALLOCATION need_pool to FALSE as it only need query if can
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 23017 Request minimum buffer even if need_pool is FALSE 42445 Request minimum buffer even if need_pool is FALSE 42463 Request minimum buffer even if need_pool is FALSE
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 23086 Request minimum buffer even if need_pool is FALSE 23094 Request minimum buffer even if need_pool is FALSE
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 66799 Add methods for parsing the caps and the need_pool boolean.
|