?? ths8200_beta.h
字號:
#ifndef THS8200_H_
#define THS8200_H_
/*define the common output formats from the decoder/input formats to the encoder */
#define BT656_EMBEDDED_SYNC 3
#define BT656_EXTERNAL_SYNC 4
#define YCx20_EXTERNAL_SYNC 5
#define RGB565 6
#define YCx20_EMBEDDED_SYNC 100
/*define the common output formats from the encoder */
#define NTSC_525I_SDTV_YSYNC 7
#define PAL_625I_SDTV 8
#define VESA_640x480x85 9
#define VESA_640x480x60 10
#define VESA_800x600x60 11
#define VESA_800x600x75 12
#define COMPOSITE_NTSC_OUTPUT 13
#define COMPOSITE_PAL_OUTPUT 14
#define COMPOSITE_SECAM_OUTPUT 15
#define SVIDEO_NTSC_OUTPUT 16
#define SVIDEO_PAL_OUTPUT 17
#define SVIDEO_SECAM_OUTPUT 18
#define GIF_720x576x50 19
#define GIF_720x480x60 20
#define YPbPr_720P_HDTV 101
#define YPbPr_480P_HDTV 102
#define YPbPr_1080i_HDTV 103
#define YPbPr_480i_HDTV_SCALE 104
/*TVP5145 */
#define NTSC_BT656_EMBD_SP 19
#define NTSC_BT656_EMBD_601 20
#define NTSC_BT656_EXTN_SP 21
#define NTSC_BT656_EXTN_601 22
#define NTSC_20xYC_SP 23
#define NTSC_20xYC_601 24
#define PAL_BT656_EMBD_SP 25
#define PAL_BT656_EMBD_601 26
#define PAL_BT656_EXTN_SP 27
#define PAL_BT656_EXTN_601 28
#define PAL_20xYC_SP 29
#define PAL_20xYC_601 30
extern far EDC_Fxns EDC_THS8200_Fxns;
typedef struct {
int inFmt;
int outFmt;
} THS8200_Params;
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -