Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudaloader.c75 CUresult (CUDAAPI * CuMemAllocHost) (void **pp, unsigned int bytesize);
166 LOAD_SYMBOL (cuMemAllocHost, CuMemAllocHost); in gst_cuda_load_library()
345 CuMemAllocHost (void **pp, unsigned int bytesize) in CuMemAllocHost() function
347 g_assert (gst_cuda_vtable.CuMemAllocHost != NULL); in CuMemAllocHost()
349 return gst_cuda_vtable.CuMemAllocHost (pp, bytesize); in CuMemAllocHost()
Dgstcudaloader.h83 CUresult CUDAAPI CuMemAllocHost (void **pp,
Dgstcudamemory.c282 if (!gst_cuda_result (CuMemAllocHost (&data, maxsize))) { in gst_cuda_memory_device_memory_map()
/third_party/gstreamer/gstplugins_bad/
DChangeLog18931 For staging, CUDA Host allocated memory is used (see CuMemAllocHost API).