vdr
2.2.0
|
Go to the source code of this file.
Classes | |
struct | osd_raw_cmd_s |
struct | osd_raw_data_s |
Macros | |
#define | OSD_RAW_CMD _IOWR('o', 162, osd_raw_cmd_t) |
#define | OSD_RAW_DATA _IOWR('o', 163, osd_raw_data_t) |
Typedefs | |
typedef struct osd_raw_cmd_s | osd_raw_cmd_t |
typedef struct osd_raw_data_s | osd_raw_data_t |
Functions | |
void | HdffCmdBuildHeader (BitBuffer_t *MsgBuf, HdffMessageType_t MsgType, HdffMessageGroup_t MsgGroup, HdffMessageId_t MsgId) |
uint32_t | HdffCmdSetLength (BitBuffer_t *MsgBuf) |
#define OSD_RAW_CMD _IOWR('o', 162, osd_raw_cmd_t) |
Definition at line 43 of file hdffcmd_base.h.
Referenced by HdffCmdAvEnableSync(), HdffCmdAvEnableVideoAfterStop(), HdffCmdAvFlushBuffer(), HdffCmdAvMuteAudio(), HdffCmdAvMuteVideo(), HdffCmdAvSetAudioChannel(), HdffCmdAvSetAudioDelay(), HdffCmdAvSetAudioDownmix(), HdffCmdAvSetAudioPid(), HdffCmdAvSetAudioSpeed(), HdffCmdAvSetDecoderInput(), HdffCmdAvSetDemultiplexerInput(), HdffCmdAvSetPcrPid(), HdffCmdAvSetPlayMode(), HdffCmdAvSetStc(), HdffCmdAvSetSyncShift(), HdffCmdAvSetTeletextPid(), HdffCmdAvSetVideoFormat(), HdffCmdAvSetVideoOutputMode(), HdffCmdAvSetVideoPid(), HdffCmdAvSetVideoSpeed(), HdffCmdAvSetVideoWindow(), HdffCmdAvShowStillImage(), HdffCmdGetCopyrights(), HdffCmdGetFirmwareVersion(), HdffCmdGetInterfaceVersion(), HdffCmdHdmiConfigure(), HdffCmdHdmiSendCecCommand(), HdffCmdHdmiSendRawCecCommand(), HdffCmdHdmiSetVideoMode(), HdffCmdMuxMuteAudio(), HdffCmdMuxSetVideoOut(), HdffCmdMuxSetVolume(), HdffCmdOsdConfigure(), HdffCmdOsdCreateDisplay(), HdffCmdOsdCreateFont(), HdffCmdOsdCreateFontFace(), HdffCmdOsdCreatePalette(), HdffCmdOsdDeleteDisplay(), HdffCmdOsdDeleteFont(), HdffCmdOsdDeleteFontFace(), HdffCmdOsdDeletePalette(), HdffCmdOsdDrawBitmap(), HdffCmdOsdDrawEllipse(), HdffCmdOsdDrawRectangle(), HdffCmdOsdDrawSlope(), HdffCmdOsdDrawText(), HdffCmdOsdDrawUtf8Text(), HdffCmdOsdDrawWideText(), HdffCmdOsdEnableDisplay(), HdffCmdOsdRenderDisplay(), HdffCmdOsdReset(), HdffCmdOsdRestoreRegion(), HdffCmdOsdSaveRegion(), HdffCmdOsdSetDisplayClippingArea(), HdffCmdOsdSetDisplayOutputRectangle(), HdffCmdOsdSetDisplayPalette(), HdffCmdOsdSetPaletteColors(), HdffCmdRemoteSetAddressFilter(), and HdffCmdRemoteSetProtocol().
#define OSD_RAW_DATA _IOWR('o', 163, osd_raw_data_t) |
Definition at line 44 of file hdffcmd_base.h.
Referenced by HdffCmdAvShowStillImage(), HdffCmdOsdCreateFontFace(), and HdffCmdOsdDrawBitmap().
typedef struct osd_raw_cmd_s osd_raw_cmd_t |
typedef struct osd_raw_data_s osd_raw_data_t |
void HdffCmdBuildHeader | ( | BitBuffer_t * | MsgBuf, |
HdffMessageType_t | MsgType, | ||
HdffMessageGroup_t | MsgGroup, | ||
HdffMessageId_t | MsgId | ||
) |
Definition at line 26 of file hdffcmd_base.c.
References BitBuffer_SetBits().
Referenced by HdffCmdAvEnableSync(), HdffCmdAvEnableVideoAfterStop(), HdffCmdAvFlushBuffer(), HdffCmdAvMuteAudio(), HdffCmdAvMuteVideo(), HdffCmdAvSetAudioChannel(), HdffCmdAvSetAudioDelay(), HdffCmdAvSetAudioDownmix(), HdffCmdAvSetAudioPid(), HdffCmdAvSetAudioSpeed(), HdffCmdAvSetDecoderInput(), HdffCmdAvSetDemultiplexerInput(), HdffCmdAvSetPcrPid(), HdffCmdAvSetPlayMode(), HdffCmdAvSetStc(), HdffCmdAvSetSyncShift(), HdffCmdAvSetTeletextPid(), HdffCmdAvSetVideoFormat(), HdffCmdAvSetVideoOutputMode(), HdffCmdAvSetVideoPid(), HdffCmdAvSetVideoSpeed(), HdffCmdAvSetVideoWindow(), HdffCmdAvShowStillImage(), HdffCmdGetCopyrights(), HdffCmdGetFirmwareVersion(), HdffCmdGetInterfaceVersion(), HdffCmdHdmiConfigure(), HdffCmdHdmiSendCecCommand(), HdffCmdHdmiSendRawCecCommand(), HdffCmdHdmiSetVideoMode(), HdffCmdMuxMuteAudio(), HdffCmdMuxSetVideoOut(), HdffCmdMuxSetVolume(), HdffCmdOsdConfigure(), HdffCmdOsdCreateDisplay(), HdffCmdOsdCreateFont(), HdffCmdOsdCreateFontFace(), HdffCmdOsdCreatePalette(), HdffCmdOsdDeleteDisplay(), HdffCmdOsdDeleteFont(), HdffCmdOsdDeleteFontFace(), HdffCmdOsdDeletePalette(), HdffCmdOsdDrawBitmap(), HdffCmdOsdDrawEllipse(), HdffCmdOsdDrawRectangle(), HdffCmdOsdDrawSlope(), HdffCmdOsdDrawText(), HdffCmdOsdDrawUtf8Text(), HdffCmdOsdDrawWideText(), HdffCmdOsdEnableDisplay(), HdffCmdOsdRenderDisplay(), HdffCmdOsdReset(), HdffCmdOsdRestoreRegion(), HdffCmdOsdSaveRegion(), HdffCmdOsdSetDisplayClippingArea(), HdffCmdOsdSetDisplayOutputRectangle(), HdffCmdOsdSetDisplayPalette(), HdffCmdOsdSetPaletteColors(), HdffCmdRemoteSetAddressFilter(), and HdffCmdRemoteSetProtocol().
uint32_t HdffCmdSetLength | ( | BitBuffer_t * | MsgBuf | ) |
Definition at line 36 of file hdffcmd_base.c.
References BitBuffer_GetByteLength(), and BitBuffer_t::Data.
Referenced by HdffCmdAvEnableSync(), HdffCmdAvEnableVideoAfterStop(), HdffCmdAvFlushBuffer(), HdffCmdAvMuteAudio(), HdffCmdAvMuteVideo(), HdffCmdAvSetAudioChannel(), HdffCmdAvSetAudioDelay(), HdffCmdAvSetAudioDownmix(), HdffCmdAvSetAudioPid(), HdffCmdAvSetAudioSpeed(), HdffCmdAvSetDecoderInput(), HdffCmdAvSetDemultiplexerInput(), HdffCmdAvSetPcrPid(), HdffCmdAvSetPlayMode(), HdffCmdAvSetStc(), HdffCmdAvSetSyncShift(), HdffCmdAvSetTeletextPid(), HdffCmdAvSetVideoFormat(), HdffCmdAvSetVideoOutputMode(), HdffCmdAvSetVideoPid(), HdffCmdAvSetVideoSpeed(), HdffCmdAvSetVideoWindow(), HdffCmdAvShowStillImage(), HdffCmdGetCopyrights(), HdffCmdGetFirmwareVersion(), HdffCmdGetInterfaceVersion(), HdffCmdHdmiConfigure(), HdffCmdHdmiSendCecCommand(), HdffCmdHdmiSendRawCecCommand(), HdffCmdHdmiSetVideoMode(), HdffCmdMuxMuteAudio(), HdffCmdMuxSetVideoOut(), HdffCmdMuxSetVolume(), HdffCmdOsdConfigure(), HdffCmdOsdCreateDisplay(), HdffCmdOsdCreateFont(), HdffCmdOsdCreateFontFace(), HdffCmdOsdCreatePalette(), HdffCmdOsdDeleteDisplay(), HdffCmdOsdDeleteFont(), HdffCmdOsdDeleteFontFace(), HdffCmdOsdDeletePalette(), HdffCmdOsdDrawBitmap(), HdffCmdOsdDrawEllipse(), HdffCmdOsdDrawRectangle(), HdffCmdOsdDrawSlope(), HdffCmdOsdDrawText(), HdffCmdOsdDrawUtf8Text(), HdffCmdOsdDrawWideText(), HdffCmdOsdEnableDisplay(), HdffCmdOsdRenderDisplay(), HdffCmdOsdReset(), HdffCmdOsdRestoreRegion(), HdffCmdOsdSaveRegion(), HdffCmdOsdSetDisplayClippingArea(), HdffCmdOsdSetDisplayOutputRectangle(), HdffCmdOsdSetDisplayPalette(), HdffCmdOsdSetPaletteColors(), HdffCmdRemoteSetAddressFilter(), and HdffCmdRemoteSetProtocol().