|
MythTV master
|
A simple object representing a DRM Framebuffer object. More...
#include <libmythui/platforms/drm/mythdrmframebuffer.h>
Public Member Functions | |
| QString | Description () const |
Static Public Member Functions | |
| static DRMFb | Create (int FD, uint32_t Id) |
Public Attributes | |
| uint32_t | m_id { 0 } |
| uint32_t | m_width { 0 } |
| uint32_t | m_height { 0 } |
| uint32_t | m_format { 0 } |
| uint64_t | m_modifiers { 0 } |
| DRMArray | m_handles { 0 } |
| DRMArray | m_pitches { 0 } |
| DRMArray | m_offsets { 0 } |
Protected Member Functions | |
| MythDRMFramebuffer (int FD, uint32_t Id) | |
A simple object representing a DRM Framebuffer object.
Definition at line 10 of file mythdrmframebuffer.h.
|
protected |
Definition at line 20 of file mythdrmframebuffer.cpp.
|
static |
Definition at line 8 of file mythdrmframebuffer.cpp.
| QString MythDRMFramebuffer::Description | ( | void | ) | const |
Definition at line 39 of file mythdrmframebuffer.cpp.
| uint32_t MythDRMFramebuffer::m_format { 0 } |
Definition at line 19 of file mythdrmframebuffer.h.
Referenced by Description().
| DRMArray MythDRMFramebuffer::m_handles { 0 } |
Definition at line 21 of file mythdrmframebuffer.h.
| uint32_t MythDRMFramebuffer::m_height { 0 } |
Definition at line 18 of file mythdrmframebuffer.h.
Referenced by Description().
| uint32_t MythDRMFramebuffer::m_id { 0 } |
Definition at line 16 of file mythdrmframebuffer.h.
Referenced by Description().
| uint64_t MythDRMFramebuffer::m_modifiers { 0 } |
Definition at line 20 of file mythdrmframebuffer.h.
Referenced by Description().
| DRMArray MythDRMFramebuffer::m_offsets { 0 } |
Definition at line 23 of file mythdrmframebuffer.h.
| DRMArray MythDRMFramebuffer::m_pitches { 0 } |
Definition at line 22 of file mythdrmframebuffer.h.
| uint32_t MythDRMFramebuffer::m_width { 0 } |
Definition at line 17 of file mythdrmframebuffer.h.
Referenced by Description().