vdr 2.6.7
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

◆ HdffCmdHdmiConfigure()

int HdffCmdHdmiConfigure ( int OsdDevice,
const HdffHdmiConfig_t * Config )

◆ HdffCmdHdmiSendCecCommand()

int HdffCmdHdmiSendCecCommand ( int OsdDevice,
HdffCecCommand_t Command )

◆ HdffCmdHdmiSendRawCecCommand()

int HdffCmdHdmiSendRawCecCommand ( int OsdDevice,
uint8_t Destination,
uint8_t Opcode,
const uint8_t * Operand,
uint8_t OperandLength )

◆ HdffCmdHdmiSetVideoMode()

int HdffCmdHdmiSetVideoMode ( int OsdDevice,
HdffVideoMode_t VideoMode )