/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstgloverlaycompositorelement.c | 82 GstQuery * decide_query, GstQuery * query); 183 GstQuery * decide_query, GstQuery * query) in gst_gl_overlay_compositor_element_propose_allocation() argument 189 decide_query, query)) in gst_gl_overlay_compositor_element_propose_allocation() 192 if (decide_query) { in gst_gl_overlay_compositor_element_propose_allocation() 194 gst_query_parse_allocation (decide_query, &decide_caps, NULL); in gst_gl_overlay_compositor_element_propose_allocation()
|
D | gstgluploadelement.c | 52 bt, GstQuery * decide_query, GstQuery * query); 216 GstQuery * decide_query, GstQuery * query) in _gst_gl_upload_element_propose_allocation() argument 240 decide_query, query); in _gst_gl_upload_element_propose_allocation() 241 gst_gl_upload_propose_allocation (ul, decide_query, query); in _gst_gl_upload_element_propose_allocation()
|
D | gstgldownloadelement.c | 805 bt, GstQuery * decide_query, GstQuery * query); 1400 GstQuery * decide_query, GstQuery * query) in gst_gl_download_element_propose_allocation() argument 1410 decide_query, query)) in gst_gl_download_element_propose_allocation() 1427 if (!pool && decide_query) { in gst_gl_download_element_propose_allocation() 1430 gst_query_parse_allocation (decide_query, &decide_caps, NULL); in gst_gl_download_element_propose_allocation()
|
D | gstglmixer.c | 183 GstAggregatorPad * agg_pad, GstQuery * decide_query, GstQuery * query) in gst_gl_mixer_propose_allocation() argument 196 (agg, agg_pad, decide_query, query)) in gst_gl_mixer_propose_allocation()
|
D | gstglvideomixer.c | 477 agg, GstAggregatorPad * agg_pad, GstQuery * decide_query, GstQuery * query); 989 GstAggregatorPad * agg_pad, GstQuery * decide_query, GstQuery * query) in gst_gl_video_mixer_propose_allocation() argument 992 agg_pad, decide_query, query)) in gst_gl_video_mixer_propose_allocation()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11download.cpp | 95 GstQuery * decide_query, GstQuery * query); 239 GstQuery * decide_query, GstQuery * query) in gst_d3d11_download_propose_allocation() argument 248 decide_query, query)) in gst_d3d11_download_propose_allocation() 252 if (decide_query == NULL) in gst_d3d11_download_propose_allocation()
|
D | gstd3d11upload.cpp | 90 GstQuery * decide_query, GstQuery * query); 272 GstQuery * decide_query, GstQuery * query) in gst_d3d11_upload_propose_allocation() argument 281 decide_query, query)) in gst_d3d11_upload_propose_allocation() 285 if (decide_query == NULL) in gst_d3d11_upload_propose_allocation()
|
D | gstd3d11deinterlace.cpp | 310 GstQuery * decide_query, GstQuery * query); 859 GstQuery * decide_query, GstQuery * query) in gst_d3d11_deinterlace_propose_allocation() argument 872 decide_query, query)) in gst_d3d11_deinterlace_propose_allocation() 876 if (decide_query == NULL) in gst_d3d11_deinterlace_propose_allocation()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideofilter.c | 57 GstQuery * decide_query, GstQuery * query) in gst_video_filter_propose_allocation() argument 66 decide_query, query)) in gst_video_filter_propose_allocation() 70 if (decide_query == NULL) in gst_video_filter_propose_allocation()
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vkupload.c | 106 _buffer_propose_allocation (gpointer impl, GstQuery * decide_query, in _buffer_propose_allocation() argument 262 _raw_to_buffer_propose_allocation (gpointer impl, GstQuery * decide_query, in _raw_to_buffer_propose_allocation() argument 266 _buffer_propose_allocation (impl, decide_query, query); in _raw_to_buffer_propose_allocation() 428 _buffer_to_image_propose_allocation (gpointer impl, GstQuery * decide_query, in _buffer_to_image_propose_allocation() argument 432 _buffer_propose_allocation (impl, decide_query, query); in _buffer_to_image_propose_allocation() 756 _raw_to_image_propose_allocation (gpointer impl, GstQuery * decide_query, in _raw_to_image_propose_allocation() argument 760 _buffer_propose_allocation (impl, decide_query, query); in _raw_to_image_propose_allocation() 1142 GstQuery * decide_query, GstQuery * query); 1515 GstQuery * decide_query, GstQuery * query) in gst_vulkan_upload_propose_allocation() argument 1538 decide_query, query); in gst_vulkan_upload_propose_allocation()
|
D | vkdownload.h | 54 GstQuery * decide_query,
|
D | vkupload.h | 54 GstQuery * decide_query,
|
D | vkdownload.c | 137 _image_to_raw_propose_allocation (gpointer impl, GstQuery * decide_query, in _image_to_raw_propose_allocation() argument 449 GstQuery * decide_query, GstQuery * query); 798 GstQuery * decide_query, GstQuery * query) in gst_vulkan_download_propose_allocation() argument 821 decide_query, query); in gst_vulkan_download_propose_allocation()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstcudabasetransform.c | 66 trans, GstQuery * decide_query, GstQuery * query); 446 GstQuery * decide_query, GstQuery * query) in gst_cuda_base_transform_propose_allocation() argument 455 decide_query, query)) in gst_cuda_base_transform_propose_allocation() 459 if (decide_query == NULL) in gst_cuda_base_transform_propose_allocation()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbasetransform.c | 294 * trans, GstQuery * decide_query, GstQuery * query); 1387 GstQuery * decide_query, GstQuery * query) in gst_base_transform_default_propose_allocation() argument 1391 if (decide_query == NULL) { in gst_base_transform_default_propose_allocation() 1398 n_metas = gst_query_get_n_allocation_metas (decide_query); in gst_base_transform_default_propose_allocation() 1403 api = gst_query_parse_nth_allocation_meta (decide_query, i, ¶ms); in gst_base_transform_default_propose_allocation() 1508 GstQuery *decide_query = NULL; in gst_base_transform_default_query() local 1526 decide_query = trans->priv->query; in gst_base_transform_default_query() 1532 decide_query); in gst_base_transform_default_query() 1536 ret = klass->propose_allocation (trans, decide_query, query); in gst_base_transform_default_query() 1540 if (decide_query) { in gst_base_transform_default_query() [all …]
|
D | gstbasetransform.h | 249 gboolean (*propose_allocation) (GstBaseTransform *trans, GstQuery *decide_query,
|
D | gstaggregator.h | 323 GstQuery * decide_query,
|
D | gstaggregator.c | 2515 GstQuery *decide_query = NULL; in gst_aggregator_default_sink_query() local 2530 if ((decide_query = self->priv->allocation_query)) in gst_aggregator_default_sink_query() 2531 gst_query_ref (decide_query); in gst_aggregator_default_sink_query() 2536 "calling propose allocation with query %" GST_PTR_FORMAT, decide_query); in gst_aggregator_default_sink_query() 2542 ret = agg_class->propose_allocation (self, aggpad, decide_query, query); in gst_aggregator_default_sink_query() 2546 if (decide_query) in gst_aggregator_default_sink_query() 2547 gst_query_unref (decide_query); in gst_aggregator_default_sink_query()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglupload.h | 114 GstQuery * decide_query,
|
D | gstglupload.c | 209 void (*propose_allocation) (gpointer impl, GstQuery * decide_query, 322 _gl_memory_upload_propose_allocation (gpointer impl, GstQuery * decide_query, in _gl_memory_upload_propose_allocation() argument 771 _dma_buf_upload_propose_allocation (gpointer impl, GstQuery * decide_query, in _dma_buf_upload_propose_allocation() argument 1101 _upload_meta_upload_propose_allocation (gpointer impl, GstQuery * decide_query, in _upload_meta_upload_propose_allocation() argument 1366 _raw_data_upload_propose_allocation (gpointer impl, GstQuery * decide_query, in _raw_data_upload_propose_allocation() argument 1572 _directviv_upload_propose_allocation (gpointer impl, GstQuery * decide_query, in _directviv_upload_propose_allocation() argument 1922 _nvmm_upload_propose_allocation (gpointer impl, GstQuery * decide_query, in _nvmm_upload_propose_allocation() argument 2416 gst_gl_upload_propose_allocation (GstGLUpload * upload, GstQuery * decide_query, in gst_gl_upload_propose_allocation() argument 2423 decide_query, query); in gst_gl_upload_propose_allocation()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkvideofilter.c | 58 GstQuery * decide_query, GstQuery * query); 237 GstQuery * decide_query, GstQuery * query) in gst_vulkan_video_filter_propose_allocation() argument
|
/third_party/gstreamer/gstplugins_good/gst/videocrop/ |
D | gstvideocrop.c | 119 GstQuery * decide_query, GstQuery * query); 503 GstQuery * decide_query, GstQuery * query) in gst_video_crop_propose_allocation() argument 506 if (decide_query) { in gst_video_crop_propose_allocation() 513 decide_query, query); in gst_video_crop_propose_allocation()
|
/third_party/gstreamer/gstplugins_bad/tools/element-templates/ |
D | basetransform | 29 GstQuery * decide_query, GstQuery * query); 179 GstQuery * decide_query, GstQuery * query)
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvabasetransform.c | 185 GstQuery * decide_query, GstQuery * query) in gst_va_base_transform_propose_allocation() argument 201 decide_query, query)) in gst_va_base_transform_propose_allocation() 205 if (!decide_query) in gst_va_base_transform_propose_allocation()
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2transform.c | 340 GstQuery * decide_query, GstQuery * query) in gst_v4l2_transform_propose_allocation() argument 347 if (decide_query == NULL) in gst_v4l2_transform_propose_allocation() 354 decide_query, query); in gst_v4l2_transform_propose_allocation()
|