vdr-plugin-softhddevice-drm-gles 1.6.4-d0291bb
hardwaredevice.h File Reference

Describes a hardware device. More...

#include <cstdio>
#include <cstdint>
#include <string>
#include "logger.h"

Go to the source code of this file.

Classes

class  cHardwareDevice
 Hardware device. More...
 

Enumerations

enum  HardwareQuirks {
  QUIRK_NO_HW_DEINT = 1 << 0 , QUIRK_CODEC_FLUSH_WORKAROUND = 1 << 1 , QUIRK_CODEC_NEEDS_DIMENSION_PARSE = 1 << 2 , QUIRK_CODEC_SKIP_FIRST_FRAMES = 1 << 3 ,
  QUIRK_CODEC_SKIP_NUM_FRAMES = 2
}
 Hardware dependent quirks. More...
 

Functions

static size_t ReadLineFromFile (char *buf, size_t size, const char *file)
 Helper function to read a line from a given file.
 

Detailed Description

Describes a hardware device.

Definition in file hardwaredevice.h.