Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudabufferpool.c58 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()
227 GstCudaBufferPool *pool = GST_CUDA_BUFFER_POOL_CAST (object); in gst_cuda_buffer_pool_dispose()
Dgstcudabufferpool.h36 #define GST_CUDA_BUFFER_POOL_CAST(obj) ((GstCudaBufferPool*)(obj)) macro