Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dplugin.c54 gint dev_count = 0; in plugin_init() local
98 if (CuDeviceGetCount (&dev_count) != CUDA_SUCCESS || !dev_count) { in plugin_init()
130 for (i = 0; i < dev_count; i++) { in plugin_init()
Dgstcudacontext.c143 gint dev_count = 0; in gst_cuda_context_constructed() local
161 if (!gst_cuda_result (CuDeviceGetCount (&dev_count)) || dev_count == 0) { in gst_cuda_context_constructed()
166 for (i = 0; i < dev_count; ++i) { in gst_cuda_context_constructed()
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dcuda_driver.cc234 int dev_count; in device_count() local
235 auto ret = cudaGetDeviceCount(&dev_count); in device_count()
239 return dev_count; in device_count()