Home
last modified time | relevance | path

Searched refs:CUDA_DPRINT (Results 1 – 2 of 2) sorted by relevance

/hardware/google/aemu/host-common/
DMediaCudaVideoHelper.cpp30 #define CUDA_DPRINT(fmt, ...) \ macro
34 #define CUDA_DPRINT(fmt, ...) macro
41 CUDA_DPRINT("%s failed with error code %d\n", #cuvidAPI, \
68 CUDA_DPRINT("deInit calling"); in deInit()
89 CUDA_DPRINT("Failed to destroy cuda context; error code %d", in deInit()
98 CUDA_DPRINT( in init()
103 CUDA_DPRINT("Failed to initCudaDrivers"); in init()
123 CUDA_DPRINT("Failed to get cuda device, error code %d", (int)myres); in init()
133 CUDA_DPRINT("Failed to get gpu device name, error code %d", (int)myres); in init()
137 CUDA_DPRINT("using gpu device %s", buf); in init()
[all …]
DMediaCudaDriverHelper.cpp39 #define CUDA_DPRINT(fmt, ...) \ macro
43 #define CUDA_DPRINT(fmt, ...) macro
50 CUDA_DPRINT("%s failed with error code %d\n", #cuvidAPI, \
97 CUDA_DPRINT( in initCudaDrivers()
105 CUDA_DPRINT("There are no nvidia GPU cards on this host."); in initCudaDrivers()