Public Member Functions | |
| ~VAAPIDisplay () | |
| bool | Create (void) |
| void | UpRef (void) |
| void | DownRef (void) |
| QString | GetDriver (void) |
Static Public Member Functions | |
| static VAAPIDisplay * | GetDisplay (VAAPIDisplayType display_type) |
Public Attributes | |
| VAAPIDisplayType | m_va_disp_type |
| void * | m_va_disp |
| MythXDisplay * | m_x_disp |
| int | m_ref_count |
| QString | m_driver |
Static Public Attributes | |
| static VAAPIDisplay * | gVAAPIDisplay = NULL |
Protected Member Functions | |
| VAAPIDisplay (VAAPIDisplayType display_type) | |
Definition at line 77 of file vaapicontext.cpp.
| VAAPIDisplay::VAAPIDisplay | ( | VAAPIDisplayType | display_type | ) | [inline, protected] |
Definition at line 80 of file vaapicontext.cpp.
Referenced by GetDisplay().
| VAAPIDisplay::~VAAPIDisplay | ( | ) | [inline] |
Definition at line 85 of file vaapicontext.cpp.
| bool VAAPIDisplay::Create | ( | void | ) | [inline] |
Definition at line 100 of file vaapicontext.cpp.
Referenced by GetDisplay().
| void VAAPIDisplay::UpRef | ( | void | ) | [inline] |
Definition at line 166 of file vaapicontext.cpp.
Referenced by Create(), and GetDisplay().
| void VAAPIDisplay::DownRef | ( | void | ) | [inline] |
Definition at line 171 of file vaapicontext.cpp.
Referenced by VAAPIContext::~VAAPIContext().
| QString VAAPIDisplay::GetDriver | ( | void | ) | [inline] |
Definition at line 187 of file vaapicontext.cpp.
Referenced by VAAPIContext::CreateDisplay().
| static VAAPIDisplay* VAAPIDisplay::GetDisplay | ( | VAAPIDisplayType | display_type | ) | [inline, static] |
Definition at line 194 of file vaapicontext.cpp.
Referenced by VAAPIContext::CreateDisplay().
VAAPIDisplay * VAAPIDisplay::gVAAPIDisplay = NULL [static] |
Definition at line 217 of file vaapicontext.cpp.
Referenced by DownRef(), and GetDisplay().
Definition at line 218 of file vaapicontext.cpp.
Referenced by Create(), and GetDisplay().
| void* VAAPIDisplay::m_va_disp |
Definition at line 219 of file vaapicontext.cpp.
Referenced by Create(), VAAPIContext::InitDisplay(), VAAPIContext::InitPictureAttributes(), VAAPIContext::SetPictureAttribute(), and ~VAAPIDisplay().
Definition at line 220 of file vaapicontext.cpp.
Referenced by VAAPIContext::ClearGLXSurfaces(), VAAPIContext::CopySurfaceToFrame(), VAAPIContext::CopySurfaceToTexture(), Create(), DownRef(), VAAPIContext::GetGLXSurface(), VAAPIContext::InitBuffers(), VAAPIContext::InitContext(), VAAPIContext::InitProfiles(), UpRef(), VAAPIContext::~VAAPIContext(), and ~VAAPIDisplay().
Definition at line 221 of file vaapicontext.cpp.
| QString VAAPIDisplay::m_driver |
Definition at line 222 of file vaapicontext.cpp.
Referenced by Create(), and GetDriver().
1.6.3