Go to the source code of this file.
|
#define | LOC QString("VDPAUHelp: ") |
|
#define | INIT_ST |
|
#define | CHECK_ST |
|
#define | GET_PROC(FUNC_ID, PROC) status = m_vdpGetProcAddress(m_device, FUNC_ID, reinterpret_cast<void **>(&(PROC))); CHECK_ST |
|
◆ LOC
#define LOC QString("VDPAUHelp: ") |
◆ INIT_ST
◆ CHECK_ST
Value:ok &= (status == VDP_STATUS_OK); \
if (!ok) \
{ \
LOG(VB_PLAYBACK, LOG_ERR,
LOC + QString(
"Error at %1:%2 (#%3, %4)") \
.arg(__FILE__).arg( __LINE__).arg(status) \
.arg(m_vdpGetErrorString(status))); \
}
Definition at line 17 of file mythvdpauhelper.cpp.
◆ GET_PROC
#define GET_PROC |
( |
|
FUNC_ID, |
|
|
|
PROC |
|
) |
| status = m_vdpGetProcAddress(m_device, FUNC_ID, reinterpret_cast<void **>(&(PROC))); CHECK_ST |
◆ vdpau_preemption_callback()
static void vdpau_preemption_callback |
( |
VdpDevice |
, |
|
|
void * |
Opaque |
|
) |
| |
|
static |
◆ DummyGetError()
static const char* DummyGetError |
( |
VdpStatus |
| ) |
|
|
static |