Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudamemory.h32 …CATOR(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_CUDA_ALLOCATOR,GstCudaAllocator))
37 #define GST_CUDA_ALLOCATOR_CAST(obj) ((GstCudaAllocator *)(obj))
41 typedef struct _GstCudaAllocator GstCudaAllocator; typedef
Dgstcudamemory.c34 G_DEFINE_TYPE (GstCudaAllocator, gst_cuda_allocator, GST_TYPE_ALLOCATOR);
69 gst_cuda_allocator_init (GstCudaAllocator * allocator) in gst_cuda_allocator_init()
87 GstCudaAllocator *self = GST_CUDA_ALLOCATOR_CAST (object); in gst_cuda_allocator_dispose()
99 GstCudaAllocator *self = GST_CUDA_ALLOCATOR_CAST (allocator); in gst_cuda_allocator_alloc()
159 GstCudaAllocator *self = GST_CUDA_ALLOCATOR_CAST (allocator); in gst_cuda_allocator_free()
470 GstCudaAllocator *allocator; in gst_cuda_allocator_new()