⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ths8200_beta.h

📁 DM642上用的TH8200采集芯片的配套驱动
💻 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 + -