Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudaloader.c120 CUresult (CUDAAPI * CuGLGetDevices) (unsigned int *pCudaDeviceCount,
196 LOAD_SYMBOL (cuGLGetDevices, CuGLGetDevices); in gst_cuda_load_library()
543 CuGLGetDevices (unsigned int *pCudaDeviceCount, CUdevice * pCudaDevices, in CuGLGetDevices() function
546 g_assert (gst_cuda_vtable.CuGLGetDevices != NULL); in CuGLGetDevices()
548 return gst_cuda_vtable.CuGLGetDevices (pCudaDeviceCount, pCudaDevices, in CuGLGetDevices()
Dgstcudaloader.h161 CUresult CUDAAPI CuGLGetDevices (unsigned int * pCudaDeviceCount,
Dgstnvdecoder.c1359 cuda_ret = CuGLGetDevices (&device_count, in gst_nv_decoder_check_cuda_device_from_context()
Dgstnvdec.c1767 cuda_ret = CuGLGetDevices (&device_count, in gst_nvdec_check_cuda_device_from_context()