Home
last modified time | relevance | path

Searched refs:CuGraphicsMapResources (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudaloader.c60 CUresult (CUDAAPI * CuGraphicsMapResources) (unsigned int count,
156 LOAD_SYMBOL (cuGraphicsMapResources, CuGraphicsMapResources); in gst_cuda_load_library()
281 CuGraphicsMapResources (unsigned int count, CUgraphicsResource * resources, in CuGraphicsMapResources() function
284 g_assert (gst_cuda_vtable.CuGraphicsMapResources != NULL); in CuGraphicsMapResources()
286 return gst_cuda_vtable.CuGraphicsMapResources (count, resources, hStream); in CuGraphicsMapResources()
Dgstcudaloader.h55 CUresult CUDAAPI CuGraphicsMapResources (unsigned int count,
Dgstcudautils.c502 cuda_ret = CuGraphicsMapResources (1, &resource->resource, stream); in gst_cuda_graphics_resource_map()