Searched refs:ff_cuda_check (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | cuda_check.h | 31 static inline int ff_cuda_check(void *avctx, in ff_cuda_check() function 58 #define FF_CUDA_CHECK(avclass, x) ff_cuda_check(avclass, cuGetErrorName, cuGetErrorString, (x), #x) 64 #define FF_CUDA_CHECK_DL(avclass, cudl, x) ff_cuda_check(avclass, cudl->cuGetErrorName, cudl->cuGet…
|