亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? csl_vp.h

?? JPEG的壓縮算法
?? H
?? 第 1 頁 / 共 3 頁
字號:
/******************************************************************************\*           Copyright (C) 1999-2002 Texas Instruments Incorporated.*                           All Rights Reserved*------------------------------------------------------------------------------* FILENAME...... csl_vp.h* DATE CREATED.. 02/22/2002 * LAST MODIFIED. 05/09/2002*\******************************************************************************/#ifndef _CSL_VP_H_#define _CSL_VP_H_#include <csl_chip.h>#include <csl_irq.h>#include <csl_vphal.h>#if (VP_SUPPORT)/******************************************************************************\* scope and inline control macros\******************************************************************************/#ifdef __cplusplus#define CSLAPI extern "C" far#else#define CSLAPI extern far#endif#undef  USEDEFS#undef  IDECL#undef  IDEF#ifdef  _VP_MOD_  #define IDECL CSLAPI  #define USEDEFS  #define IDEF#else  #ifdef  _INLINE    #define IDECL static inline    #define USEDEFS    #define IDEF  static inline  #else    #define IDECL CSLAPI  #endif#endif/******************************************************************************\* global macro declarations\******************************************************************************//* VP_open() flags */#define VP_OPEN_RESET     (0x00000001)/* device identifiers for VP_open() */#define VP_DEV0    (0)#if (_VP_PORT_CNT == 3)  #define VP_DEV1  (1)  #define VP_DEV2  (2)#endif/* device identifiers for VP_open() */#define VP_PORT0    VP_DEV0#if (_VP_PORT_CNT == 2)  #define VP_PORT1    VP_DEV1  #define VP_PORT2    VP_DEV2#endif/******************************************************************************\* global typedef declarations\******************************************************************************//* device handle object */#if (CHIP_DM642) typedef struct {  Uint32 allocated;  Uint32 eventId;  volatile Uint32 *baseAddr;  Uint32 ysrcaAddr;  Uint32 cbsrcaAddr;  Uint32 crsrcaAddr;  Uint32 ydstaAddr;  Uint32 cbdstAddr;  Uint32 crdstAddr;  Uint32 ysrcbAddr;  Uint32 cbsrcbAddr;  Uint32 crsrcbAddr;  Uint32 ydstbAddr; } VP_Obj, *VP_Handle;#else typedef struct {  Uint32 allocated;  Uint32 eventId;  volatile Uint32 *baseAddr;  Uint32 ysrcaAddr;  Uint32 cbsrcaAddr;  Uint32 crsrcaAddr;  Uint32 ydstaAddr;  Uint32 cbdstAddr;  Uint32 crdstAddr; } VP_Obj, *VP_Handle;#endif/* device configuration structure */typedef struct {	Uint32 vpctl;	Uint32 vpie;	Uint32 vpis;} VP_ConfigPort;#if (CHIP_DM642) typedef struct {	Uint32 vcactl; 	Uint32 vcastrt1; 	Uint32 vcastop1; 	Uint32 vcastrt2; 	Uint32 vcastop2; 	Uint32 vcavint; 	Uint32 vcathrld; 	Uint32 vcaevtct; 	Uint32 vcbctl; 	Uint32 vcbstrt1; 	Uint32 vcbstop1; 	Uint32 vcbstrt2; 	Uint32 vcbstop2; 	Uint32 vcbvint; 	Uint32 vcbthrld; 	Uint32 vcbevtct; 	Uint32 tsictl; 	Uint32 tsiclkinitl; 	Uint32 tsiclkinitm;	Uint32 tsistcmpl; 	Uint32 tsistcmpm;	Uint32 tsistmskl; 	Uint32 tsistmskm;	Uint32 tsiticks;  } VP_ConfigCapture;#else typedef struct {	Uint32 vcactl; 	Uint32 vcastrt1; 	Uint32 vcastop1; 	Uint32 vcastrt2; 	Uint32 vcastop2; 	Uint32 vcavint; 	Uint32 vcathrld; 	Uint32 vcaevtct; 	Uint32 tsictl; 	Uint32 tsiclkinitl; 	Uint32 tsiclkinitm;	Uint32 tsistcmpl; 	Uint32 tsistcmpm;	Uint32 tsistmskl; 	Uint32 tsistmskm;	Uint32 tsiticks;  } VP_ConfigCapture;#endiftypedef struct {	Uint32 vcactl; 	Uint32 vcastrt1; 	Uint32 vcastop1; 	Uint32 vcastrt2; 	Uint32 vcastop2; 	Uint32 vcavint; 	Uint32 vcathrld; 	Uint32 vcaevtct; } VP_ConfigCaptureChA;#if (CHIP_DM642) typedef struct {	Uint32 vcbctl; 	Uint32 vcbstrt1; 	Uint32 vcbstop1; 	Uint32 vcbstrt2; 	Uint32 vcbstop2; 	Uint32 vcbvint; 	Uint32 vcbthrld; 	Uint32 vcbevtct;  } VP_ConfigCaptureChB;#endiftypedef struct {	Uint32 vcactl; 	Uint32 tsictl; 	Uint32 tsiclkinitl; 	Uint32 tsiclkinitm;	Uint32 tsistcmpl; 	Uint32 tsistcmpm;	Uint32 tsistmskl; 	Uint32 tsistmskm;	Uint32 tsiticks; } VP_ConfigCaptureTSI;typedef struct {	Uint32 vdctl; 	Uint32 vdfrmsz; 	Uint32 vdhblnk;	Uint32 vdvblks1; 	Uint32 vdvblke1;	Uint32 vdvblks2; 	Uint32 vdvblke2;	Uint32 vdimoff1; 	Uint32 vdimgsz1; 	Uint32 vdimoff2; 	Uint32 vdimgsz2; 	Uint32 vdfldt1; 	Uint32 vdfldt2; 	Uint32 vdthrld; 	Uint32 vdhsync;	Uint32 vdvsyns1; 	Uint32 vdvsyne1; 	Uint32 vdvsyns2; 	Uint32 vdvsyne2; 	Uint32 vdreload; 	Uint32 vddispevt;	Uint32 vdclip;	Uint32 vddefval;	Uint32 vdvint; 	Uint32 vdfbit; 	Uint32 vdvbit1; 	Uint32 vdvbit2; } VP_ConfigDisplay;typedef struct {	Uint32 pfunc; 	Uint32 pdir;	Uint32 pdout;	Uint32 pdset;	Uint32 pdclr;	Uint32 pien;	Uint32 pipol;	Uint32 piclr;} VP_ConfigGpio;typedef struct {	VP_ConfigPort       *port;	VP_ConfigCapture    *capture;	VP_ConfigDisplay    *display;	VP_ConfigGpio       *gpio;} VP_Config;/******************************************************************************\* global variable declarations\******************************************************************************//******************************************************************************\* global function declarations\******************************************************************************/CSLAPI void VP_reset(VP_Handle hVp);CSLAPI void VP_resetAll();CSLAPI VP_Handle VP_open(int devNum, Uint32 flags);CSLAPI void VP_close(VP_Handle hVp);CSLAPI Uint32 VP_getPins(VP_Handle hVp);CSLAPI void VP_setPins(VP_Handle hVp, Uint32 val);CSLAPI void VP_clearPins(VP_Handle hVp, Uint32 val);CSLAPI void VP_resetCaptureChA(VP_Handle hVp);#if (CHIP_DM642)  CSLAPI void VP_resetCaptureChB(VP_Handle hVp);#endifCSLAPI void VP_resetDisplay(VP_Handle hVp);/******************************************************************************\* inline function declarations\******************************************************************************/IDECL Uint32 VP_getYsrcaAddr(VP_Handle hVp); IDECL Uint32 VP_getCbsrcaAddr(VP_Handle hVp); IDECL Uint32 VP_getCrsrcaAddr(VP_Handle hVp); IDECL Uint32 VP_getYdstaAddr(VP_Handle hVp); IDECL Uint32 VP_getCbdstAddr(VP_Handle hVp); IDECL Uint32 VP_getCrdstAddr(VP_Handle hVp); #if (CHIP_DM642)  IDECL Uint32 VP_getYsrcbAddr(VP_Handle hVp);   IDECL Uint32 VP_getCbsrcbAddr(VP_Handle hVp);   IDECL Uint32 VP_getCrsrcbAddr(VP_Handle hVp);   IDECL Uint32 VP_getYdstbAddr(VP_Handle hVp); #endifIDECL Uint32 VP_getEventId(VP_Handle hVp);/******************************************************************************/IDECL void VP_config(VP_Handle hVp, VP_Config *config);IDECL void VP_configPort(VP_Handle hVp, VP_ConfigPort *config);IDECL void VP_configCapture(VP_Handle hVp, VP_ConfigCapture *config);IDECL void VP_configCaptureChA(VP_Handle hVp, VP_ConfigCaptureChA *config);#if (CHIP_DM642)  IDECL void VP_configCaptureChB(VP_Handle hVp, VP_ConfigCaptureChB *config);#endifIDECL void VP_configCaptureTSI(VP_Handle hVp, VP_ConfigCaptureTSI *config);IDECL void VP_configDisplay(VP_Handle hVp, VP_ConfigDisplay *config);IDECL void VP_configGpio(VP_Handle hVp, VP_ConfigGpio *config);IDECL void VP_getConfig(VP_Handle hVp, VP_Config *config);/******************************************************************************\* inline function definitions\******************************************************************************/#ifdef USEDEFS/*----------------------------------------------------------------------------*/IDEF Uint32 VP_getYsrcaAddr(VP_Handle hVp) {  return (Uint32)(hVp->ysrcaAddr);}/*----------------------------------------------------------------------------*/IDEF Uint32 VP_getCbsrcaAddr(VP_Handle hVp) {  return (Uint32)(hVp->cbsrcaAddr);}/*----------------------------------------------------------------------------*/IDEF Uint32 VP_getCrsrcaAddr(VP_Handle hVp) {  return (Uint32)(hVp->crsrcaAddr);}/*----------------------------------------------------------------------------*/IDEF Uint32 VP_getYdstaAddr(VP_Handle hVp) {  return (Uint32)(hVp->ydstaAddr);}/*----------------------------------------------------------------------------*/IDEF Uint32 VP_getCbdstAddr(VP_Handle hVp) {  return (Uint32)(hVp->cbdstAddr);}/*----------------------------------------------------------------------------*/IDEF Uint32 VP_getCrdstAddr(VP_Handle hVp) {  return (Uint32)(hVp->crdstAddr);}#if (CHIP_DM642)  /*----------------------------------------------------------------------------*/  IDEF Uint32 VP_getYsrcbAddr(VP_Handle hVp) {    return (Uint32)(hVp->ysrcbAddr);  }  /*----------------------------------------------------------------------------*/  IDEF Uint32 VP_getCbsrcbAddr(VP_Handle hVp) {    return (Uint32)(hVp->cbsrcbAddr);  }  /*----------------------------------------------------------------------------*/  IDEF Uint32 VP_getCrsrcbAddr(VP_Handle hVp) {    return (Uint32)(hVp->crsrcbAddr);  }  /*----------------------------------------------------------------------------*/  IDEF Uint32 VP_getYdstbAddr(VP_Handle hVp) {    return (Uint32)(hVp->ydstbAddr);  }#endif/*----------------------------------------------------------------------------*/IDEF Uint32 VP_getEventId(VP_Handle hVp) {  return (hVp->eventId);}/*----------------------------------------------------------------------------*/#if (CHIP_DM642) IDEF void VP_config(VP_Handle hVp, VP_Config *config) {  Uint32 gie;  volatile Uint32 *base = (volatile Uint32 *)(hVp->baseAddr);  register int x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15,x16,x17,x18,x19;  register int x20,x21,x22,x23,x24,x25,x26,x27,x28,x29,x30,x31,x32,x33,x34,x35,x36;  register int x37,x38,x39,x40,x41,x42,x43,x44,x45,x46,x47,x48,x49,x50,x51,x52,x53;  register int x54,x55,x56,x57,x58,x59,x60,x61;  gie = IRQ_globalDisable();  /* the compiler generates more efficient code if the loads */  /* and stores are grouped together rather than intermixed  */  x0  =  config->port->vpctl;  x1  =  config->port->vpie;  x2  =  config->port->vpis;  x3  =  config->capture->vcastrt1;   x4  =  config->capture->vcastop1;   x5  =  config->capture->vcastrt2;   x6  =  config->capture->vcastop2;   x7  =  config->capture->vcavint;   x8  =  config->capture->vcathrld;   x9  =  config->capture->vcaevtct;   x10 =  config->capture->vcbstrt1;   x11 =  config->capture->vcbstop1;   x12 =  config->capture->vcbstrt2;   x13 =  config->capture->vcbstop2;   x14 =  config->capture->vcbvint;   x15 =  config->capture->vcbthrld;  x16 =  config->capture->vcbevtct;  x17 =  config->capture->tsictl;   x18 =  config->capture->tsiclkinitl;   x19 =  config->capture->tsiclkinitm;  x20 =  config->capture->tsistcmpl;   x21 =  config->capture->tsistcmpm;  x22 =  config->capture->tsistmskl;   x23 =  config->capture->tsistmskm;  x24 =  config->capture->tsiticks;   x25 =  config->display->vdfrmsz;   x26 =  config->display->vdhblnk;  x27 =  config->display->vdvblks1;    x28 =  config->display->vdvblke1;  x29 =  config->display->vdvblks2;   x30 =  config->display->vdvblke2;  x31 =  config->display->vdimoff1;   x32 =  config->display->vdimgsz1;   x33 =  config->display->vdimoff2;   x34 =  config->display->vdimgsz2;   x35 =  config->display->vdfldt1;   x36 =  config->display->vdfldt2;   x37 =  config->display->vdthrld;   x38 =  config->display->vdhsync;  x39 =  config->display->vdvsyns1;   x40 =  config->display->vdvsyne1;   x41 =  config->display->vdvsyns2;   x42 =  config->display->vdvsyne2;   x43 =  config->display->vdreload;   x44 =  config->display->vddispevt;  x45 =  config->display->vdclip;  x46 =  config->display->vddefval;  x47 =  config->display->vdvint;   x48 =  config->display->vdfbit;   x49 =  config->display->vdvbit1;   x50 =  config->display->vdvbit2;   x51 =  config->gpio->pfunc;   x52 =  config->gpio->pdir;

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美中文字幕亚洲一区二区va在线| 欧美日韩国产首页在线观看| 洋洋成人永久网站入口| 精品久久久影院| 色婷婷综合在线| 国模无码大尺度一区二区三区| 亚洲与欧洲av电影| 久久久久久久免费视频了| 制服丝袜中文字幕一区| 97久久精品人人爽人人爽蜜臀 | 亚洲h动漫在线| 国产午夜精品久久| 欧美一区二区视频观看视频| 91浏览器在线视频| 成人免费高清在线| 狠狠色狠狠色综合系列| 五月婷婷另类国产| 一区二区三区四区不卡在线| 国产精品视频免费看| 精品国产在天天线2019| 91精品在线观看入口| 欧美日韩在线播放一区| 91在线精品一区二区| 成人午夜又粗又硬又大| 国产乱一区二区| 麻豆国产91在线播放| 视频一区二区国产| 亚洲国产wwwccc36天堂| 亚洲综合一区二区三区| 亚洲丝袜美腿综合| 亚洲欧洲综合另类在线| 亚洲欧美一区二区视频| 国产亚洲短视频| 欧美极品aⅴ影院| 国产精品毛片久久久久久久| 国产午夜亚洲精品午夜鲁丝片 | 国产精品欧美一级免费| 久久久久久免费网| 久久久精品日韩欧美| 精品国产露脸精彩对白 | 精品日韩在线观看| 久久亚洲私人国产精品va媚药| 欧美一区二区三区四区五区| 欧美丰满美乳xxx高潮www| 欧美三级午夜理伦三级中视频| 欧美最新大片在线看| 欧美亚洲综合网| 欧美日韩国产a| 欧美精品日韩一本| 日韩欧美国产wwwww| 精品福利av导航| 国产一区999| 丝袜美腿高跟呻吟高潮一区| 欧美一级在线观看| 日韩午夜在线影院| 精品剧情在线观看| 欧美激情综合五月色丁香小说| 国产精品视频看| 亚洲免费av在线| 日韩电影在线看| 国产真实乱子伦精品视频| 国产91富婆露脸刺激对白| 91在线视频网址| 欧美日韩一二三| 2021国产精品久久精品| 国产精品美女一区二区三区 | 国产精品国产三级国产普通话99| 亚洲色欲色欲www在线观看| 亚洲一区中文日韩| 久久精品国产免费看久久精品| 国产毛片一区二区| 91丨porny丨国产| 欧美日韩国产区一| 久久综合九色综合97婷婷| 国产精品电影一区二区三区| 午夜精品一区在线观看| 国产一区二区三区| 日本乱人伦一区| wwwwww.欧美系列| 亚洲乱码国产乱码精品精小说 | 亚洲国产日韩a在线播放性色| 麻豆国产欧美日韩综合精品二区| 成人av免费在线观看| 欧美日韩精品电影| 国产精品视频一二| 免费黄网站欧美| 91视频观看视频| 日韩精品在线看片z| **网站欧美大片在线观看| 日本美女视频一区二区| av亚洲精华国产精华精| 91精品国产欧美一区二区18| 国产精品电影一区二区| 久久成人综合网| 在线一区二区视频| 久久久久久久性| 日韩电影在线观看一区| 91在线观看地址| 久久精品水蜜桃av综合天堂| 午夜精品福利视频网站| caoporn国产一区二区| 欧美www视频| 午夜久久电影网| 色哟哟日韩精品| 亚洲欧美中日韩| 国内精品国产成人| 欧美一区二区三区白人| 亚洲专区一二三| 99久久精品情趣| 国产精品久久久久久亚洲毛片| 美腿丝袜亚洲三区| 欧美日韩成人综合天天影院| 日韩一区中文字幕| 国产91精品露脸国语对白| 欧美xxxxx牲另类人与| 日韩精品一区第一页| 日本福利一区二区| 亚洲视频一区二区免费在线观看| 国产成人精品影视| 久久蜜桃一区二区| 久久9热精品视频| 日韩欧美成人一区二区| 蜜臀av性久久久久蜜臀av麻豆| 欧美无砖砖区免费| 一区二区三国产精华液| www.日韩精品| 中文字幕亚洲视频| 97久久超碰国产精品电影| 国产精品久久久久一区| 成人h动漫精品| 国产精品久线在线观看| 成人国产亚洲欧美成人综合网| 国产午夜精品在线观看| 国产成人av一区二区三区在线| 欧美精品一区二区在线观看| 老色鬼精品视频在线观看播放| 日韩欧美在线影院| 九九视频精品免费| 久久先锋资源网| 国产成人精品在线看| 中文字幕一区二区三区四区| 成人久久久精品乱码一区二区三区| 中文无字幕一区二区三区| 国产精品一区二区三区四区| 国产精品视频线看| 91片在线免费观看| 亚洲第一二三四区| 91精品国产一区二区三区| 另类小说一区二区三区| 久久色.com| www.一区二区| 亚洲一区二区3| 欧美一区二区日韩一区二区| 精品无人码麻豆乱码1区2区| 久久久久久电影| 99久久久无码国产精品| 一区二区三区在线观看国产| 欧美日韩综合色| 捆绑紧缚一区二区三区视频| 欧美国产日韩一二三区| 色综合天天综合网国产成人综合天 | 91精品国产色综合久久ai换脸| 午夜免费欧美电影| 欧美精品一区二区在线播放| www.爱久久.com| 亚洲v日本v欧美v久久精品| 日韩午夜在线影院| www.亚洲精品| 蜜臀av一区二区三区| 国产精品久久久久久久裸模 | 日本韩国视频一区二区| 丝袜美腿亚洲一区二区图片| 久久品道一品道久久精品| 99视频在线精品| 秋霞成人午夜伦在线观看| 国产女主播视频一区二区| 在线亚洲高清视频| 国内精品伊人久久久久影院对白| 国产精品久久久久久久久动漫| 欧美性高清videossexo| 黑人巨大精品欧美黑白配亚洲| 亚洲天堂福利av| 日韩精品一区二区三区四区| 99精品国产99久久久久久白柏| 欧美aaaaa成人免费观看视频| 欧美国产1区2区| 欧美精品1区2区3区| 成人美女在线观看| 青青草97国产精品免费观看无弹窗版 | 成人av影视在线观看| 午夜精品免费在线| 国产精品国产精品国产专区不片| 欧美一区二区三区白人| 91蝌蚪porny九色| 国产美女一区二区三区| 日韩不卡一区二区三区| 一区二区三区高清| 国产日韩欧美电影| 欧美一区二区三区视频免费播放 | 色综合天天做天天爱|