Home
last modified time | relevance | path

Searched refs:CUdevice (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudaloader.h42 CUdevice dev);
101 CUresult CUDAAPI CuDeviceGet (CUdevice * device,
108 CUdevice dev);
112 CUdevice dev);
115 CUdevice dev,
116 CUdevice peerDev);
162 CUdevice * pCudaDevices,
Dgstcudaloader.c52 CUdevice dev);
88 CUresult (CUDAAPI * CuDeviceGet) (CUdevice * device, int ordinal);
90 CUresult (CUDAAPI * CuDeviceGetName) (char *name, int len, CUdevice dev);
92 CUdevice_attribute attrib, CUdevice dev);
94 CUdevice dev, CUdevice peerDev);
121 CUdevice * pCudaDevices, unsigned int cudaDeviceCount,
233 CuCtxCreate (CUcontext * pctx, unsigned int flags, CUdevice dev) in CuCtxCreate()
409 CuDeviceGet (CUdevice * device, int ordinal) in CuDeviceGet()
425 CuDeviceGetName (char *name, int len, CUdevice dev) in CuDeviceGetName()
433 CuDeviceGetAttribute (int *pi, CUdevice_attribute attrib, CUdevice dev) in CuDeviceGetAttribute()
[all …]
Dgstcudacontext.c46 CUdevice device;
142 CUdevice cdev = 0, cuda_dev = -1; in gst_cuda_context_constructed()
228 CUdevice device = priv->device; in gst_cuda_context_enable_peer_access()
229 CUdevice other_dev = peer_priv->device; in gst_cuda_context_enable_peer_access()
Dplugin.c131 CUdevice cuda_device; in plugin_init()
Dgstnvdecoder.c1354 CUdevice device_list[1] = { 0, }; in gst_nv_decoder_check_cuda_device_from_context()
Dgstnvdec.c1762 CUdevice device_list[1] = { 0, }; in gst_nvdec_check_cuda_device_from_context()
/third_party/ffmpeg/libavutil/
Dhwcontext_cuda_internal.h34 CUdevice cuda_device;
Dhwcontext_cuda.c466 CUdevice dev; in cuda_device_derive()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/stub/
Dcuda.h36 typedef gint CUdevice; typedef
/third_party/ffmpeg/libavcodec/
Dnvenc.c531 CUdevice cu_device; in nvenc_check_device()