Home
last modified time | relevance | path

Searched refs:gst_buffer_pool_config_get_allocator (Results 1 – 17 of 17) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmsbufferpool.c87 gst_buffer_pool_config_get_allocator (config, &allocator, &params); in gst_kms_buffer_pool_set_config()
/third_party/gstreamer/gstreamer/gst/
Dgstbufferpool.h318 gboolean gst_buffer_pool_config_get_allocator (GstStructure *config, GstAllocator **allocat…
Dgstbufferpool.c619 if (!gst_buffer_pool_config_get_allocator (config, &allocator, &params)) in default_set_config()
1046 gst_buffer_pool_config_get_allocator (GstStructure * config, in gst_buffer_pool_config_get_allocator() function
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudabufferpool.c74 if (!gst_buffer_pool_config_get_allocator (config, &allocator, params)) in gst_cuda_buffer_pool_set_config()
Dgstcudabasetransform.c508 if (gst_buffer_pool_config_get_allocator (config, &allocator, &params)) { in gst_cuda_base_transform_propose_allocation()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideopool.c149 if (!gst_buffer_pool_config_get_allocator (config, &allocator, &params)) in video_buffer_pool_set_config()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglbufferpool.c114 if (!gst_buffer_pool_config_get_allocator (config, &allocator, &alloc_params)) in gst_gl_buffer_pool_set_config()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvapool.c103 if (!gst_buffer_pool_config_get_allocator (config, &allocator, NULL)) in gst_va_pool_set_config()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkbufferpool.c120 if (!gst_buffer_pool_config_get_allocator (config, &allocator, NULL)) in gst_msdk_buffer_pool_set_config()
Dgstmsdkvpp.c545 if (gst_buffer_pool_config_get_allocator (config, &allocator, &params)) in create_src_pool()
679 if (gst_buffer_pool_config_get_allocator (config, &allocator, &params)) in gst_msdkvpp_propose_allocation()
Dgstmsdkdec.c1570 if (gst_buffer_pool_config_get_allocator (config, &allocator, NULL)) in gst_msdkdec_decide_allocation()
Dgstmsdkenc.c2002 if (gst_buffer_pool_config_get_allocator (config, &allocator, NULL)) in gst_msdkenc_propose_allocation()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgldownloadelement.c535 if (!gst_buffer_pool_config_get_allocator (config, NULL, &alloc_params)) in gst_gl_buffer_pool_nvmm_set_config()
/third_party/gstreamer/gstplugins_good/gst/udp/
Dgstudpsrc.c968 gst_buffer_pool_config_get_allocator (config, &allocator, &params); in gst_udpsrc_fill()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2bufferpool.c529 if (!gst_buffer_pool_config_get_allocator (config, &allocator, &params)) in gst_v4l2_buffer_pool_set_config()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavviddec.c766 gst_buffer_pool_config_get_allocator (config, &allocator, &params); in gst_ffmpegvideodec_prepare_dr_pool()
/third_party/gstreamer/gstplugins_bad/
DChangeLog138159 …eglglessink: gst_buffer_pool_config_get_allocator() does *not* return a new reference to the alloc…