Home
last modified time | relevance | path

Searched refs:GstCudaAllocationParams (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudamemory.h40 typedef struct _GstCudaAllocationParams GstCudaAllocationParams; typedef
92 GstCudaAllocationParams * params);
114 GstCudaAllocationParams alloc_params;
Dgstcudabasefilter.c196 GstCudaAllocationParams params; in gst_cuda_base_filter_transform_frame()
198 memset (&params, 0, sizeof (GstCudaAllocationParams)); in gst_cuda_base_filter_transform_frame()
256 GstCudaAllocationParams params; in gst_cuda_base_filter_transform_frame()
258 memset (&params, 0, sizeof (GstCudaAllocationParams)); in gst_cuda_base_filter_transform_frame()
Dgstcudabufferpool.c38 GstCudaAllocationParams params;
Dgstcudamemory.c97 GstCudaAllocationParams * params) in gst_cuda_allocator_alloc()