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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? csl_vp.h

?? mpeg2_encoder為MPEG2算法的DEMO
?? 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;

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美成人vps| 91网站视频在线观看| 亚洲综合精品自拍| 三级在线观看一区二区| 日韩在线一二三区| 久久精品国产一区二区三区免费看| 亚洲va国产va欧美va观看| 天天综合色天天综合| 国产精品中文有码| 91在线视频播放地址| 欧美精品乱码久久久久久按摩| 91精品国产综合久久久蜜臀粉嫩 | 国产精品国产馆在线真实露脸| 中文字幕不卡在线观看| 午夜不卡在线视频| 99国产精品国产精品久久| 色综合一个色综合亚洲| 日韩亚洲欧美一区二区三区| 国产人妖乱国产精品人妖| 亚洲一区二区三区四区的| 久久99国产精品尤物| 色婷婷av一区二区三区gif| 欧美一区二区三区的| 亚洲欧洲日韩一区二区三区| 蜜臀精品久久久久久蜜臀| 91视频国产观看| 久久久久久一二三区| 日韩电影免费在线| 欧美美女一区二区在线观看| 国产丝袜欧美中文另类| 经典三级在线一区| 欧美精品一区二区三区久久久| 亚洲综合999| 91精品办公室少妇高潮对白| 色婷婷精品大视频在线蜜桃视频 | 午夜久久久久久久久久一区二区| 国产在线一区二区综合免费视频| 色婷婷久久99综合精品jk白丝| 欧美精品一区二区三区一线天视频 | 日韩免费高清视频| 亚洲综合在线免费观看| 大陆成人av片| 偷窥少妇高潮呻吟av久久免费| 成人免费毛片高清视频| 精品福利在线导航| 精品一区二区久久| 日韩女优av电影在线观看| 视频一区视频二区中文字幕| 日本久久一区二区| 亚洲图片一区二区| 播五月开心婷婷综合| 亚洲人妖av一区二区| 色综合天天性综合| 亚洲成av人综合在线观看| 欧美日韩一区二区三区在线看| 亚洲精品国产高清久久伦理二区| 欧美日韩精品欧美日韩精品一综合| 亚洲一区视频在线观看视频| 欧美视频在线一区| 激情久久五月天| 国产三级精品在线| 色美美综合视频| 国产一区二区影院| 亚洲精品一二三| 欧美日韩精品三区| 岛国精品在线播放| 男女性色大片免费观看一区二区| 国产精品欧美精品| 国产精品污网站| 欧美精品三级日韩久久| 国产成人综合网| 亚洲成av人片观看| 国产精品久久久久久久久免费丝袜| 欧美综合欧美视频| 国产一区福利在线| 亚洲成av人在线观看| 久久综合九色综合欧美98 | 日本高清无吗v一区| 国产电影精品久久禁18| 黄页视频在线91| 男人操女人的视频在线观看欧美| 亚洲人妖av一区二区| 国产肉丝袜一区二区| 精品电影一区二区三区| 欧美日韩亚洲综合在线 | 欧美日韩综合一区| 久久9热精品视频| 九一九一国产精品| 美女视频网站久久| 国产一区 二区| 国产一区二区导航在线播放| 美女视频黄免费的久久| 美女爽到高潮91| 国模一区二区三区白浆| 麻豆国产一区二区| 久久99精品国产.久久久久久| 北条麻妃一区二区三区| 国产成人免费在线观看| 99久久婷婷国产综合精品电影 | 国产精品女主播在线观看| 久久无码av三级| 亚洲欧洲精品天堂一级| 亚洲综合小说图片| 日韩成人一级大片| 国产精品一卡二卡在线观看| 成人午夜私人影院| 欧美图区在线视频| 久久久精品免费免费| 亚洲欧洲一区二区在线播放| 亚洲成人一二三| 色琪琪一区二区三区亚洲区| 欧美一区二区三区精品| 国产精品美女久久久久久久久 | 国产乱码精品一区二区三区忘忧草 | 日韩成人午夜电影| 成人av电影在线观看| 91久久精品一区二区| 欧美一区二区三区爱爱| 最新国产成人在线观看| 久久精品国产一区二区三| 欧美性大战久久久久久久| www成人在线观看| 性做久久久久久| 欧美日韩在线播放三区| 中文字幕一区二区三区在线观看 | 欧洲视频一区二区| 国产精品人妖ts系列视频| 久久av中文字幕片| 在线精品视频小说1| 亚洲激情五月婷婷| 成人国产在线观看| 国产精品久久影院| 国产成人av电影免费在线观看| 欧美一区二区三区四区视频| 亚洲一区在线视频| 欧美视频在线不卡| 亚洲成av人片| 日韩免费在线观看| 日韩成人一区二区三区在线观看| 欧美一区二区三区在| 精品制服美女久久| 国产欧美精品区一区二区三区 | 欧美亚洲国产一区二区三区va| 亚洲综合色噜噜狠狠| 欧美日韩一级大片网址| 免费国产亚洲视频| xnxx国产精品| 国产91精品一区二区| 综合在线观看色| 92国产精品观看| 久久精品国产久精国产| 国产欧美日韩综合精品一区二区| 国产成人亚洲精品青草天美 | 精品综合免费视频观看| 国产精品久久影院| 这里只有精品99re| 成人sese在线| 麻豆国产欧美一区二区三区| 中文字幕一区二| 精品噜噜噜噜久久久久久久久试看| 国产99久久久精品| 日韩av网站免费在线| 一区二区三区中文字幕| 久久蜜桃av一区二区天堂 | 亚洲精品在线观看网站| 日本高清不卡在线观看| 午夜电影一区二区三区| 亚洲一区二区三区影院| 久久中文娱乐网| 51久久夜色精品国产麻豆| 91在线你懂得| 播五月开心婷婷综合| 国产一区二区在线观看免费| 日韩影院精彩在线| 亚洲一区二区三区自拍| 亚洲视频在线一区观看| 欧美一区日韩一区| 欧美久久高跟鞋激| 欧美一三区三区四区免费在线看| 色婷婷av一区二区三区之一色屋| 成人午夜av在线| 97精品久久久午夜一区二区三区 | 色婷婷综合久色| 色婷婷av一区二区三区大白胸| av一二三不卡影片| 成人在线视频首页| 成人午夜碰碰视频| 91日韩一区二区三区| 欧洲一区二区三区免费视频| 在线观看不卡一区| 欧美mv和日韩mv国产网站| 在线日韩av片| 91久久精品一区二区| 在线播放日韩导航| 欧美va天堂va视频va在线| 欧美国产精品中文字幕| 国产亚洲精品资源在线26u| 亚洲免费在线观看| 国产主播一区二区三区| 成人深夜视频在线观看|