|
vdr-plugin-softhddevice-drm-gles 1.6.4-d0291bb
|
Hardware device. More...
#include <hardwaredevice.h>
Public Member Functions | |
| cHardwareDevice (void) | |
| Create a new hardware device. | |
| int | GetQuirks (void) |
| Get Hardware Quirks. | |
| const char * | GetName (void) |
| Get Hardware Name (currently unused) | |
Private Attributes | |
| const char * | m_deviceName = nullptr |
| device name | |
| int | m_quirks = 0 |
| hardware dependent quirks for codec and and display | |
Hardware device.
Definition at line 68 of file hardwaredevice.h.
|
inline |
Create a new hardware device.
Definition at line 72 of file hardwaredevice.h.
References LOGDEBUG, LOGERROR, m_deviceName, m_quirks, QUIRK_CODEC_FLUSH_WORKAROUND, QUIRK_CODEC_NEEDS_DIMENSION_PARSE, QUIRK_CODEC_SKIP_FIRST_FRAMES, QUIRK_NO_HW_DEINT, and ReadLineFromFile().
Get Hardware Name (currently unused)
Definition at line 151 of file hardwaredevice.h.
References m_deviceName.
Get Hardware Quirks.
Definition at line 149 of file hardwaredevice.h.
References m_quirks.
Referenced by cSoftHdDevice::OnLeavingState().
device name
Definition at line 154 of file hardwaredevice.h.
Referenced by cHardwareDevice(), and GetName().
|
private |
hardware dependent quirks for codec and and display
Definition at line 155 of file hardwaredevice.h.
Referenced by cHardwareDevice(), and GetQuirks().