/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstbufferpool.c | 34 gst_buffer_pool_config_set_params (conf, caps, size, min_buf, max_buf); in create_pool() 239 gst_buffer_pool_config_set_params (config, caps, 10, 10, 0); in GST_START_TEST() 249 gst_buffer_pool_config_set_params (config, caps, 12, 10, 0); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | glimagesink.c | 182 gst_buffer_pool_config_set_params (config, caps, size, maxbuffers, in GST_START_TEST() 193 gst_buffer_pool_config_set_params (config, caps, size, maxbuffers, in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/tests/benchmarks/ |
D | gstpoolstress.c | 59 gst_buffer_pool_config_set_params (conf, NULL, BUFFER_SIZE, 0, 0); in main()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvapool.c | 167 gst_buffer_pool_config_set_params (config, caps, in gst_va_pool_set_config() 376 gst_buffer_pool_config_set_params (config, caps, size, min_buffers, in gst_va_pool_new_with_config()
|
D | gstvabasedec.c | 228 gst_buffer_pool_config_set_params (config, caps, size, 0, 0); in _create_other_pool() 325 gst_buffer_pool_config_set_params (other_config, caps, size, min, max); in _decide_allocation_for_video_crop() 360 gst_buffer_pool_config_set_params (config, caps, size, min, max); in _decide_allocation_for_video_crop() 532 gst_buffer_pool_config_set_params (config, caps, size, min, max); in gst_va_base_dec_decide_allocation()
|
D | gstvabasetransform.c | 282 gst_buffer_pool_config_set_params (config, caps, size, 0, 0); in _create_other_pool() 367 gst_buffer_pool_config_set_params (config, outcaps, size, min, max); in gst_va_base_transform_decide_allocation()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideofilter.c | 96 gst_buffer_pool_config_set_params (structure, caps, size, 0, 0); in gst_video_filter_propose_allocation() 156 gst_buffer_pool_config_set_params (config, outcaps, size, 0, 0); in gst_video_filter_decide_allocation()
|
D | gstvideopool.c | 202 gst_buffer_pool_config_set_params (config, caps, info.size, min_buffers, in video_buffer_pool_set_config()
|
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/ |
D | d3dvideosink.c | 373 gst_buffer_pool_config_set_params (config, caps, sink->info.size, 2, 0); in gst_d3dvideosink_set_caps() 383 gst_buffer_pool_config_set_params (config, caps, sink->info.size, 2, 0); in gst_d3dvideosink_set_caps() 536 gst_buffer_pool_config_set_params (config, caps, size, 2, 0); in gst_d3dvideosink_propose_allocation()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11download.cpp | 291 gst_buffer_pool_config_set_params (config, caps, size, 0, 0); in gst_d3d11_download_propose_allocation() 356 gst_buffer_pool_config_set_params (config, outcaps, size, 0, 0); in gst_d3d11_download_decide_allocation()
|
D | gstd3d11upload.cpp | 324 gst_buffer_pool_config_set_params (config, caps, size, 0, 0); in gst_d3d11_upload_propose_allocation() 436 gst_buffer_pool_config_set_params (config, outcaps, size, min, max); in gst_d3d11_upload_decide_allocation()
|
D | gstd3d11screencapturesrc.cpp | 437 gst_buffer_pool_config_set_params (config, caps, size, min, max); in gst_d3d11_screen_capture_src_decide_allocation() 471 gst_buffer_pool_config_set_params (config, caps, size, 0, 0); in gst_d3d11_screen_capture_src_decide_allocation()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstbufferpool.h | 306 void gst_buffer_pool_config_set_params (GstStructure *config, GstCaps *caps,
|
D | gstbufferpool.c | 169 gst_buffer_pool_config_set_params (priv->config, NULL, 0, 0, 0); in gst_buffer_pool_init() 839 gst_buffer_pool_config_set_params (GstStructure * config, GstCaps * caps, in gst_buffer_pool_config_set_params() function
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkbufferpool.c | 111 gst_buffer_pool_config_set_params (config, caps, in gst_vulkan_buffer_pool_set_config()
|
D | gstvkimagebufferpool.c | 136 gst_buffer_pool_config_set_params (config, caps, in gst_vulkan_image_buffer_pool_set_config()
|
D | gstvkvideofilter.c | 280 gst_buffer_pool_config_set_params (config, caps, size, min, max); in gst_vulkan_video_filter_decide_allocation()
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vkupload.c | 133 gst_buffer_pool_config_set_params (config, caps, size, 0, 0); in _buffer_propose_allocation() 284 gst_buffer_pool_config_set_params (config, raw->upload->out_caps, size, min, in _raw_to_buffer_perform() 463 gst_buffer_pool_config_set_params (config, raw->upload->out_caps, size, min, in _buffer_to_image_perform() 792 gst_buffer_pool_config_set_params (config, raw->upload->out_caps, size, min, in _raw_to_image_perform() 852 gst_buffer_pool_config_set_params (config, raw->upload->in_caps, size, in _raw_to_image_perform()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstcudabufferpool.c | 133 gst_buffer_pool_config_set_params (config, caps, GST_VIDEO_INFO_SIZE (info), in gst_cuda_buffer_pool_set_config()
|
D | gstcudabasetransform.c | 503 gst_buffer_pool_config_set_params (config, caps, size, 0, 0); in gst_cuda_base_transform_propose_allocation() 584 gst_buffer_pool_config_set_params (config, outcaps, size, min, max); in gst_cuda_base_transform_decide_allocation()
|
/third_party/gstreamer/gstplugins_base/sys/xvimage/ |
D | xvimagepool.c | 164 gst_buffer_pool_config_set_params (config, caps, info.size, min_buffers, in xvimage_buffer_pool_set_config()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglmixer.c | 217 gst_buffer_pool_config_set_params (config, caps, size, 0, 0); in gst_gl_mixer_propose_allocation() 624 gst_buffer_pool_config_set_params (config, caps, size, min, max); in gst_gl_mixer_decide_allocation()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglbufferpool.c | 231 gst_buffer_pool_config_set_params (config, caps, in gst_gl_buffer_pool_set_config()
|
/third_party/gstreamer/gstplugins_bad/gst/y4m/ |
D | gsty4mdec.c | 582 gst_buffer_pool_config_set_params (config, caps, size, min, max); in gst_y4m_dec_chain() 599 gst_buffer_pool_config_set_params (config, caps, y4mdec->out_info.size, 0, in gst_y4m_dec_chain()
|
/third_party/gstreamer/gstplugins_bad/ext/wayland/ |
D | gstwaylandsink.c | 547 gst_buffer_pool_config_set_params (structure, caps, size, 2, 0); in gst_wayland_create_pool() 808 gst_buffer_pool_config_set_params (config, caps, sink->video_info.size, in gst_wayland_sink_show_frame()
|