Searched refs:GST_CUDA_BUFFER_POOL_CAST (Results 1 – 2 of 2) sorted by relevance
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()227 GstCudaBufferPool *pool = GST_CUDA_BUFFER_POOL_CAST (object); in gst_cuda_buffer_pool_dispose()
36 #define GST_CUDA_BUFFER_POOL_CAST(obj) ((GstCudaBufferPool*)(obj)) macro