vdr  2.2.0
Functions
hdffcmd_hdmi.c File Reference
#include <stdint.h>
#include <string.h>
#include <sys/ioctl.h>
#include "hdffcmd.h"
#include "hdffcmd_base.h"
#include "hdffcmd_defs.h"

Go to the source code of this file.

Functions

int HdffCmdHdmiSetVideoMode (int OsdDevice, HdffVideoMode_t VideoMode)
 
int HdffCmdHdmiConfigure (int OsdDevice, const HdffHdmiConfig_t *Config)
 
int HdffCmdHdmiSendCecCommand (int OsdDevice, HdffCecCommand_t Command)
 
int HdffCmdHdmiSendRawCecCommand (int OsdDevice, uint8_t Destination, uint8_t Opcode, const uint8_t *Operand, uint8_t OperandLength)
 

Function Documentation

int HdffCmdHdmiConfigure ( int  OsdDevice,
const HdffHdmiConfig_t Config 
)
int HdffCmdHdmiSendCecCommand ( int  OsdDevice,
HdffCecCommand_t  Command 
)
int HdffCmdHdmiSendRawCecCommand ( int  OsdDevice,
uint8_t  Destination,
uint8_t  Opcode,
const uint8_t *  Operand,
uint8_t  OperandLength 
)
int HdffCmdHdmiSetVideoMode ( int  OsdDevice,
HdffVideoMode_t  VideoMode 
)