vdr 2.6.9
hdffcmd_base.h File Reference
#include <linux/dvb/osd.h>
#include "bitbuffer.h"
#include "hdffcmd_defs.h"

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)
 

Macro Definition Documentation

◆ OSD_RAW_CMD

#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().

◆ OSD_RAW_DATA

#define OSD_RAW_DATA   _IOWR('o', 163, osd_raw_data_t)

Typedef Documentation

◆ osd_raw_cmd_t

typedef struct osd_raw_cmd_s osd_raw_cmd_t

◆ osd_raw_data_t

Function Documentation

◆ HdffCmdBuildHeader()

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().

◆ HdffCmdSetLength()

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().