Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudamemory.h33 …_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), GST_TYPE_CUDA_ALLOCATOR,GstCudaAllocatorClass))
34 …_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), GST_TYPE_CUDA_ALLOCATOR,GstCudaAllocatorClass))
42 typedef struct _GstCudaAllocatorClass GstCudaAllocatorClass; typedef
Dgstcudamemory.c53 gst_cuda_allocator_class_init (GstCudaAllocatorClass * klass) in gst_cuda_allocator_class_init()