Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudaloader.c91 CUresult (CUDAAPI * CuDeviceGetAttribute) (int *pi,
180 LOAD_SYMBOL (cuDeviceGetAttribute, CuDeviceGetAttribute); in gst_cuda_load_library()
433 CuDeviceGetAttribute (int *pi, CUdevice_attribute attrib, CUdevice dev) in CuDeviceGetAttribute() function
435 g_assert (gst_cuda_vtable.CuDeviceGetAttribute != NULL); in CuDeviceGetAttribute()
437 return gst_cuda_vtable.CuDeviceGetAttribute (pi, attrib, dev); in CuDeviceGetAttribute()
Dgstcudacontext.c169 gst_cuda_result (CuDeviceGetAttribute (&maj, in gst_cuda_context_constructed()
171 gst_cuda_result (CuDeviceGetAttribute (&min, in gst_cuda_context_constructed()
173 gst_cuda_result (CuDeviceGetAttribute (&tex_align, in gst_cuda_context_constructed()
Dgstcudaloader.h110 CUresult CUDAAPI CuDeviceGetAttribute (int *pi,