MythTV
master
|
#include "libmythbase/mythcorecontext.h"
#include "mythvideocolourspace.h"
#include "fourcc.h"
#include "opengl/mythvaapidrminterop.h"
#include "libavutil/hwcontext_drm.h"
#include <unistd.h>
Go to the source code of this file.
Macros | |
#define | LOC QString("VAAPIDRM: ") |
#define | MKTAG2(a, b, c, d) ((a) | ((b) << 8) | ((c) << 16) | (static_cast<unsigned>(d) << 24)) |
#define | DRM_FORMAT_R8 MKTAG2('R', '8', ' ', ' ') |
#define | DRM_FORMAT_GR88 MKTAG2('G', 'R', '8', '8') |
#define | DRM_FORMAT_R16 MKTAG2('R', '1', '6', ' ') |
#define | DRM_FORMAT_GR1616 MKTAG2('G', 'R', '3', '2') |
#define LOC QString("VAAPIDRM: ") |
Definition at line 15 of file mythvaapidrminterop.cpp.
Definition at line 278 of file mythvaapidrminterop.cpp.
#define DRM_FORMAT_R8 MKTAG2('R', '8', ' ', ' ') |
Definition at line 279 of file mythvaapidrminterop.cpp.
#define DRM_FORMAT_GR88 MKTAG2('G', 'R', '8', '8') |
Definition at line 280 of file mythvaapidrminterop.cpp.
#define DRM_FORMAT_R16 MKTAG2('R', '1', '6', ' ') |
Definition at line 281 of file mythvaapidrminterop.cpp.
#define DRM_FORMAT_GR1616 MKTAG2('G', 'R', '3', '2') |
Definition at line 282 of file mythvaapidrminterop.cpp.