Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudamemory.c170 if (mem->map_alloc_data) in gst_cuda_allocator_free()
171 gst_cuda_result (CuMemFreeHost (mem->map_alloc_data)); in gst_cuda_allocator_free()
247 CuMemFreeHost (mem->map_alloc_data); in gst_cuda_memory_download_transfer()
248 mem->map_alloc_data = mem->map_data = mem->align_data = NULL; in gst_cuda_memory_download_transfer()
271 if (!mem->map_alloc_data) { in gst_cuda_memory_device_memory_map()
293 mem->map_alloc_data = data; in gst_cuda_memory_device_memory_map()
Dgstcudamemory.h121 gpointer map_alloc_data; member