Home
last modified time | relevance | path

Searched refs:GST_IS_CUDA_BUFFER_POOL (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudabufferpool.h34 #define GST_IS_CUDA_BUFFER_POOL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj),GST_TYPE_CUDA_BUFF… macro
Dgstcudabasetransform.c559 if (need_cuda && pool && !GST_IS_CUDA_BUFFER_POOL (pool)) { in gst_cuda_base_transform_decide_allocation()
Dgstnvdecoder.c1550 if (pool && !GST_IS_CUDA_BUFFER_POOL (pool)) { in gst_nv_decoder_ensure_cuda_pool()
Dgstnvdec.c1887 if (pool && !GST_IS_CUDA_BUFFER_POOL (pool)) { in gst_nvdec_ensure_cuda_pool()