MythTV  master
Classes | Macros
mythvaapiinterop.h File Reference
#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"
Include dependency graph for mythvaapiinterop.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MythVAAPIInterop
 

Macros

#define Cursor   XCursor
 
#define pointer   Xpointer
 
#define VA_FOURCC_I420   0x30323449
 
#define INIT_ST
 
#define CHECK_ST
 

Macro Definition Documentation

◆ Cursor

#define Cursor   XCursor

Definition at line 19 of file mythvaapiinterop.h.

◆ pointer

#define pointer   Xpointer

Definition at line 20 of file mythvaapiinterop.h.

◆ VA_FOURCC_I420

#define VA_FOURCC_I420   0x30323449

Definition at line 34 of file mythvaapiinterop.h.

◆ INIT_ST

#define INIT_ST
Value:
VAStatus va_status; \
bool ok = true

Definition at line 37 of file mythvaapiinterop.h.

◆ CHECK_ST

#define 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.

LOC
#define LOC
Definition: audioconvert.cpp:41