|
MythTV
0.26-pre
|
Public Member Functions | |
| VDPAUVideoSurface () | |
| VDPAUVideoSurface (uint id, QSize size, VdpChromaType type) | |
| void | SetID (uint id) |
Public Attributes | |
| VdpChromaType | m_type |
| vdpau_render_state | m_render |
| bool | m_needs_reset |
| QThread * | m_owner |
Definition at line 168 of file mythrender_vdpau.cpp.
| VDPAUVideoSurface::VDPAUVideoSurface | ( | ) | [inline] |
Definition at line 171 of file mythrender_vdpau.cpp.
| VDPAUVideoSurface::VDPAUVideoSurface | ( | uint | id, |
| QSize | size, | ||
| VdpChromaType | type | ||
| ) | [inline] |
Definition at line 175 of file mythrender_vdpau.cpp.
| void VDPAUVideoSurface::SetID | ( | uint | id | ) | [inline] |
Definition at line 182 of file mythrender_vdpau.cpp.
| VdpChromaType VDPAUVideoSurface::m_type |
Definition at line 190 of file mythrender_vdpau.cpp.
| vdpau_render_state VDPAUVideoSurface::m_render |
Definition at line 191 of file mythrender_vdpau.cpp.
Referenced by SetID(), and VDPAUVideoSurface().
Definition at line 192 of file mythrender_vdpau.cpp.
| QThread* VDPAUVideoSurface::m_owner |
Definition at line 193 of file mythrender_vdpau.cpp.
Referenced by VDPAUVideoSurface().
1.7.6.1