Home
last modified time | relevance | path

Searched refs:GstCudaBufferPoolClass (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudabufferpool.h32 …SS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GST_TYPE_CUDA_BUFFER_POOL,GstCudaBufferPoolClass))
33 …_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), GST_TYPE_CUDA_BUFFER_POOL,GstCudaBufferPoolClass))
39 typedef struct _GstCudaBufferPoolClass GstCudaBufferPoolClass; typedef
Dgstcudabufferpool.c240 gst_cuda_buffer_pool_class_init (GstCudaBufferPoolClass * klass) in gst_cuda_buffer_pool_class_init()