|
MythTV
0.27pre
|


Public Member Functions | |
| VDPAUVideoMixer () | |
| VDPAUVideoMixer (uint id, QSize size, uint layers, uint features, VdpChromaType type) | |
| ~VDPAUVideoMixer () | |
Public Member Functions inherited from VDPAUResource | |
| VDPAUResource () | |
| VDPAUResource (uint id, QSize size) | |
| virtual | ~VDPAUResource () |
Public Attributes | |
| uint | m_layers |
| uint | m_features |
| VdpChromaType | m_type |
| VdpCSCMatrix | m_csc |
| float * | m_noise_reduction |
| float * | m_sharpness |
| uint8_t * | m_skip_chroma |
| VDPAUColor * | m_background |
Public Attributes inherited from VDPAUResource | |
| uint | m_id |
| QSize | m_size |
Definition at line 217 of file mythrender_vdpau.cpp.
|
inline |
Definition at line 220 of file mythrender_vdpau.cpp.
|
inline |
Definition at line 226 of file mythrender_vdpau.cpp.
|
inline |
Definition at line 235 of file mythrender_vdpau.cpp.
| uint VDPAUVideoMixer::m_layers |
Definition at line 247 of file mythrender_vdpau.cpp.
| uint VDPAUVideoMixer::m_features |
Definition at line 248 of file mythrender_vdpau.cpp.
| VdpChromaType VDPAUVideoMixer::m_type |
Definition at line 249 of file mythrender_vdpau.cpp.
| VdpCSCMatrix VDPAUVideoMixer::m_csc |
Definition at line 250 of file mythrender_vdpau.cpp.
Referenced by VDPAUVideoMixer().
| float* VDPAUVideoMixer::m_noise_reduction |
Definition at line 251 of file mythrender_vdpau.cpp.
Referenced by ~VDPAUVideoMixer().
| float* VDPAUVideoMixer::m_sharpness |
Definition at line 252 of file mythrender_vdpau.cpp.
Referenced by ~VDPAUVideoMixer().
| uint8_t* VDPAUVideoMixer::m_skip_chroma |
Definition at line 253 of file mythrender_vdpau.cpp.
Referenced by ~VDPAUVideoMixer().
| VDPAUColor* VDPAUVideoMixer::m_background |
Definition at line 254 of file mythrender_vdpau.cpp.
Referenced by ~VDPAUVideoMixer().
1.8.1.2