|
vdr 2.6.1
|
Go to the source code of this file.
Typedefs | |
| typedef enum HdffVideoOut_t | HdffVideoOut_t |
| typedef enum HdffSlowBlank_t | HdffSlowBlank_t |
| typedef enum HdffFastBlank_t | HdffFastBlank_t |
Enumerations | |
| enum | HdffVideoOut_t { HDFF_VIDEO_OUT_DISABLED , HDFF_VIDEO_OUT_CVBS_RGB , HDFF_VIDEO_OUT_CVBS_YUV , HDFF_VIDEO_OUT_YC } |
| enum | HdffSlowBlank_t { HDFF_SLOW_BLANK_OFF , HDFF_SLOW_BLANK_16_BY_9 , HDFF_SLOW_BLANK_4_BY_3 } |
| enum | HdffFastBlank_t { HDFF_FAST_BLANK_CVBS , HDFF_FAST_BLANK_RGB } |
Functions | |
| int | HdffCmdMuxSetVideoOut (int OsdDevice, HdffVideoOut_t VideoOut) |
| int | HdffCmdMuxSetVolume (int OsdDevice, uint8_t Volume) |
| int | HdffCmdMuxMuteAudio (int OsdDevice, int Mute) |
| typedef enum HdffFastBlank_t HdffFastBlank_t |
| typedef enum HdffSlowBlank_t HdffSlowBlank_t |
| typedef enum HdffVideoOut_t HdffVideoOut_t |
| enum HdffFastBlank_t |
| Enumerator | |
|---|---|
| HDFF_FAST_BLANK_CVBS | |
| HDFF_FAST_BLANK_RGB | |
Definition at line 43 of file hdffcmd_mux.h.
| enum HdffSlowBlank_t |
| Enumerator | |
|---|---|
| HDFF_SLOW_BLANK_OFF | |
| HDFF_SLOW_BLANK_16_BY_9 | |
| HDFF_SLOW_BLANK_4_BY_3 | |
Definition at line 36 of file hdffcmd_mux.h.
| enum HdffVideoOut_t |
| Enumerator | |
|---|---|
| HDFF_VIDEO_OUT_DISABLED | |
| HDFF_VIDEO_OUT_CVBS_RGB | |
| HDFF_VIDEO_OUT_CVBS_YUV | |
| HDFF_VIDEO_OUT_YC | |
Definition at line 28 of file hdffcmd_mux.h.
| int HdffCmdMuxMuteAudio | ( | int | OsdDevice, |
| int | Mute | ||
| ) |
Definition at line 66 of file hdffcmd_mux.c.
References BitBuffer_Init(), BitBuffer_SetBits(), osd_raw_cmd_s::cmd_data, osd_raw_cmd_s::cmd_len, HDFF_MSG_GROUP_AV_MUX, HDFF_MSG_MUX_SET_AUDIO_MUTE, HDFF_MSG_TYPE_COMMAND, HdffCmdBuildHeader(), HdffCmdSetLength(), and OSD_RAW_CMD.
Referenced by HDFF::cHdffCmdIf::CmdMuxMuteAudio().
| int HdffCmdMuxSetVideoOut | ( | int | OsdDevice, |
| HdffVideoOut_t | VideoOut | ||
| ) |
Definition at line 33 of file hdffcmd_mux.c.
References BitBuffer_Init(), BitBuffer_SetBits(), osd_raw_cmd_s::cmd_data, osd_raw_cmd_s::cmd_len, HDFF_MSG_GROUP_AV_MUX, HDFF_MSG_MUX_SET_VIDEO_OUT, HDFF_MSG_TYPE_COMMAND, HdffCmdBuildHeader(), HdffCmdSetLength(), and OSD_RAW_CMD.
Referenced by HDFF::cHdffCmdIf::CmdMuxSetVideoOut().
| int HdffCmdMuxSetVolume | ( | int | OsdDevice, |
| uint8_t | Volume | ||
| ) |
Definition at line 50 of file hdffcmd_mux.c.
References BitBuffer_Init(), BitBuffer_SetBits(), osd_raw_cmd_s::cmd_data, osd_raw_cmd_s::cmd_len, HDFF_MSG_GROUP_AV_MUX, HDFF_MSG_MUX_SET_VOLUME, HDFF_MSG_TYPE_COMMAND, HdffCmdBuildHeader(), HdffCmdSetLength(), and OSD_RAW_CMD.
Referenced by HDFF::cHdffCmdIf::CmdMuxSetVolume().