|
vdr-plugin-softhddevice-drm-gles 1.6.7
|
Holds possible display configurations. More...
#include <config.h>
Public Attributes | |
| int | width = 0 |
| display width | |
| int | height = 0 |
| display height | |
| double | refreshRateHz = 0.0 |
| display refresh rate | |
| bool | interlaced = false |
| is this an interlaced mode? | |
| int sDrmMode::height = 0 |
display height
Definition at line 32 of file config.h.
Referenced by cMenuSetupSoft::BuildDisplayModeList(), cDrmDevice::CanHandleMode(), cSoftHdConfig::CompareCurrentMode(), cSoftHdDevice::HandleDisplayModeChange(), cVideoStream::RenderFrame(), and cSoftHdDevice::SetDisplayMode().
is this an interlaced mode?
Definition at line 34 of file config.h.
Referenced by cMenuSetupSoft::BuildDisplayModeList(), cDrmDevice::CanHandleMode(), cSoftHdConfig::CompareCurrentMode(), cSoftHdDevice::HandleDisplayModeChange(), cVideoStream::RenderFrame(), and cSoftHdDevice::SetDisplayMode().
| double sDrmMode::refreshRateHz = 0.0 |
display refresh rate
Definition at line 33 of file config.h.
Referenced by cMenuSetupSoft::BuildDisplayModeList(), cDrmDevice::CanHandleMode(), cSoftHdConfig::CompareCurrentMode(), cSoftHdDevice::HandleDisplayModeChange(), cVideoStream::RenderFrame(), and cSoftHdDevice::SetDisplayMode().
| int sDrmMode::width = 0 |
display width
Definition at line 31 of file config.h.
Referenced by cMenuSetupSoft::BuildDisplayModeList(), cDrmDevice::CanHandleMode(), cDrmDevice::cDrmDevice(), cSoftHdConfig::CompareCurrentMode(), cDrmDevice::FindMode(), cSoftHdDevice::HandleDisplayModeChange(), cDrmDevice::ReInit(), cVideoStream::RenderFrame(), and cSoftHdDevice::SetDisplayMode().