vdr
2.2.0
|
#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) |
int HdffCmdHdmiConfigure | ( | int | OsdDevice, |
const HdffHdmiConfig_t * | Config | ||
) |
Definition at line 49 of file hdffcmd_hdmi.c.
References BitBuffer_Init(), BitBuffer_SetBits(), HdffHdmiConfig_t::CecDeviceName, HdffHdmiConfig_t::CecEnabled, osd_raw_cmd_s::cmd_data, osd_raw_cmd_s::cmd_len, HdffHdmiConfig_t::ForceDviMode, HDFF_MSG_GROUP_HDMI, HDFF_MSG_HDMI_CONFIGURE, HDFF_MSG_TYPE_COMMAND, HdffCmdBuildHeader(), HdffCmdSetLength(), OSD_RAW_CMD, HdffHdmiConfig_t::TransmitAudio, and HdffHdmiConfig_t::VideoModeAdaption.
Referenced by HDFF::cHdffCmdIf::CmdHdmiConfigure().
int HdffCmdHdmiSendCecCommand | ( | int | OsdDevice, |
HdffCecCommand_t | Command | ||
) |
Definition at line 78 of file hdffcmd_hdmi.c.
References BitBuffer_Init(), BitBuffer_SetBits(), osd_raw_cmd_s::cmd_data, osd_raw_cmd_s::cmd_len, HDFF_MSG_GROUP_HDMI, HDFF_MSG_HDMI_SEND_CEC_COMMAND, HDFF_MSG_TYPE_COMMAND, HdffCmdBuildHeader(), HdffCmdSetLength(), and OSD_RAW_CMD.
Referenced by HDFF::cHdffCmdIf::CmdHdmiSendCecCommand().
int HdffCmdHdmiSendRawCecCommand | ( | int | OsdDevice, |
uint8_t | Destination, | ||
uint8_t | Opcode, | ||
const uint8_t * | Operand, | ||
uint8_t | OperandLength | ||
) |
Definition at line 94 of file hdffcmd_hdmi.c.
References BitBuffer_Init(), BitBuffer_SetBits(), osd_raw_cmd_s::cmd_data, osd_raw_cmd_s::cmd_len, HDFF_MSG_GROUP_HDMI, HDFF_MSG_HDMI_SEND_RAW_CEC_COMMAND, HDFF_MSG_TYPE_COMMAND, HdffCmdBuildHeader(), HdffCmdSetLength(), and OSD_RAW_CMD.
int HdffCmdHdmiSetVideoMode | ( | int | OsdDevice, |
HdffVideoMode_t | VideoMode | ||
) |
Definition at line 33 of file hdffcmd_hdmi.c.
References BitBuffer_Init(), BitBuffer_SetBits(), osd_raw_cmd_s::cmd_data, osd_raw_cmd_s::cmd_len, HDFF_MSG_GROUP_HDMI, HDFF_MSG_HDMI_SET_VIDEO_MODE, HDFF_MSG_TYPE_COMMAND, HdffCmdBuildHeader(), HdffCmdSetLength(), and OSD_RAW_CMD.
Referenced by HDFF::cHdffCmdIf::CmdHdmiSetVideoMode().