|
MythTV master
|
#include "libmythbase/mythcorecontext.h"#include "libmythbase/mythlogging.h"#include "mythvideocolourspace.h"#include "opengl/mythnvdecinterop.h"#include <chrono>#include <thread>#include "libavutil/log.h"#include <ffnvcodec/dynlink_loader.h>Go to the source code of this file.
Macros | |
| #define | FFNV_LOG_FUNC(logctx, msg, ...) av_log(logctx, AV_LOG_ERROR, msg, __VA_ARGS__) |
| #define | FFNV_DEBUG_LOG_FUNC(logctx, msg, ...) av_log(logctx, AV_LOG_DEBUG, msg, __VA_ARGS__) |
| #define | LOC QString("NVDECInterop: ") |
| #define | CUDA_CHECK(CUDA_FUNCS, CUDA_CALL) |
| #define CUDA_CHECK | ( | CUDA_FUNCS, | |
| CUDA_CALL | |||
| ) |
Definition at line 21 of file mythnvdecinterop.cpp.
| #define FFNV_DEBUG_LOG_FUNC | ( | logctx, | |
| msg, | |||
| ... | |||
| ) | av_log(logctx, AV_LOG_DEBUG, msg, __VA_ARGS__) |
Definition at line 14 of file mythnvdecinterop.cpp.
| #define FFNV_LOG_FUNC | ( | logctx, | |
| msg, | |||
| ... | |||
| ) | av_log(logctx, AV_LOG_ERROR, msg, __VA_ARGS__) |
Definition at line 13 of file mythnvdecinterop.cpp.
| #define LOC QString("NVDECInterop: ") |
Definition at line 18 of file mythnvdecinterop.cpp.