📄 tvpaneltype.h.svn-base
字号:
#ifndef _TVPANELTYPE_H_
#define _TVPANELTYPE_H_
#ifdef __cplusplus
extern "C" {
#endif
#ifndef _W_ // used for converting word of Resource Data
#define _W_(x) ((x)/256), ((x)%256)
#endif
typedef struct tagGammaType
{
Word wGammaHDTVID; // Gamma ID for HDTV
Word wGammaCVBSID; // Gamma ID for CVBS
Word wGammaSVideoID; // Gamma ID for SVideo/Component
} GammaType;
typedef GammaType RomPtr RPGammaType;
// this structure can be put into the Resource if matured
typedef struct tagPanelType
{
Word wBaseTableID; // DVTable ID for BaseTable
Word wTCD3InitID; // structure ID for TCD3 driver
Word wTScalerHDInitID; // structure ID for TScaler driver
Word wTScalerPCInitID; // structure ID for TScaler driver
Word w90X1InitID; // structure ID for 90X1 driver
Word wTScartInitID; // structure ID for Int SCART driver
Word wVBIID;
Word wTTXID;
} PanelType;
typedef PanelType RomPtr RPPanelType;
#ifdef __cplusplus
};
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -