Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudabufferpool.c42 G_DEFINE_TYPE_WITH_PRIVATE (GstCudaBufferPool, gst_cuda_buffer_pool,
58 GstCudaBufferPool *cuda_pool = GST_CUDA_BUFFER_POOL_CAST (pool); in gst_cuda_buffer_pool_set_config()
176 GstCudaBufferPool *cuda_pool = GST_CUDA_BUFFER_POOL_CAST (pool); in gst_cuda_buffer_pool_alloc()
212 GstCudaBufferPool *pool; in gst_cuda_buffer_pool_new()
227 GstCudaBufferPool *pool = GST_CUDA_BUFFER_POOL_CAST (object); in gst_cuda_buffer_pool_dispose()
256 gst_cuda_buffer_pool_init (GstCudaBufferPool * pool) in gst_cuda_buffer_pool_init()
Dgstcudabufferpool.h31 …L(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj),GST_TYPE_CUDA_BUFFER_POOL,GstCudaBufferPool))
36 #define GST_CUDA_BUFFER_POOL_CAST(obj) ((GstCudaBufferPool*)(obj))
38 typedef struct _GstCudaBufferPool GstCudaBufferPool; typedef