#include "ImageEncoder.h"
#include <nvjpeg.h>
Go to the source code of this file.
|
template<typename T> |
void | check (T result, char const *const func, const char *const file, int const line) |
|
◆ checkCudaErrors
#define checkCudaErrors |
( |
| val | ) |
|
Value:check((val), #val, __FILE__, __LINE__)
void check(T result, char const *const func, const char *const file, int const line)
Definition at line 15 of file ImageEncoder.cpp.
◆ check()
void check |
( |
T | result, |
|
|
char const *const | func, |
|
|
const char *const | file, |
|
|
int const | line ) |