#include <QFile>
#include "mythopenglinterop.h"
#include "va/va.h"
#include "va/va_version.h"
#include "va/va_x11.h"
#include "va/va_glx.h"
#include "va/va_drm.h"
#include "va/va_drmcommon.h"
Go to the source code of this file.
◆ Cursor
◆ pointer
◆ VA_FOURCC_I420
#define VA_FOURCC_I420 0x30323449 |
◆ INIT_ST
◆ CHECK_ST
Value: ok &= (va_status == VA_STATUS_SUCCESS); \
if (!ok) \
LOG(VB_GENERAL, LOG_ERR,
LOC + QString(
"Error at %1:%2 (#%3, %4)") \
.arg(__FILE__).arg( __LINE__).arg(va_status) \
.arg(vaErrorStr(va_status)))
Definition at line 41 of file mythvaapiinterop.h.