?? 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 + -