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

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

?? swosd.c

?? 車載電子影音系統(tǒng)dvd播放系統(tǒng)原程序代碼
?? C
?? 第 1 頁 / 共 3 頁
字號:
//////////////////////////////////////////////////////////
// ******  Big modification History Area  ******
// LLY.045-1, porting for new define depending on 22QF055.DOC
// - all original include file will be put in "winav.h"
// - remove extern EX1/EX0/EA procedure because it will be dealed in "platform.h"

// LLY.161, remove logo1 relative function API and code to save the code size
// And only using OSD to tell user the info.

//LJY1.10,
// - Remove the reference of CHIP_W9928

#include  "winav.h"
#include "utl.h"
#include "cc.h"
#include "cdinfo.h"

#include "w99av.h"
#include "hal.h"
#include "osd.h"  // *** DVD.040-1
#include "monitor.h" // brian.155
#include "setup.h" // Brian0.91


#ifndef SYSTEM_8051
#include <malloc.h>
#endif

#ifdef  HOST_JPG //alex2.34 JPEG_LOGO
DWORD   __dwCTime;
#endif //



#define     LINEPERCMD      1   // the line number which a write pixel command can do
//LJY1.20, support 4M flash, remove digest
#ifndef NO_DIGEST
// Digest number font size(16x20) only for VCD
#define FONTN1_W      16
#define FONTN1_H      20
// Digest number font size(16x20) only for SVCD and CVD
#define FONTN2_W      8
#define FONTN2_H      20
// Digest letter font size(12x12)
#define FONTC_H  12
#define FONTC_W  12
// total 10 fonts(0-9)
#define FONTS   10
WORD    __wFontH;
WORD    __wFontW;
// WYC.050a static BYTE    __bShowNumber=TRUE;
#endif

#define FILL_FIFO_BYTES (W99AV_FIFO_SIZE/2)
#define FILL_FIFO_WORDS (FILL_FIFO_BYTES/2)

// Chuan DVD_171 12/11/2001: pwLogoData declared as code * to improve the speed
void    _OSD_ShowMPEG(WORD code *pwLogoData);
BYTE    _OSD_ShowLogo(void);
// Chuan DVD_171 12/11/2001: pwLogoData declared as code * to improve the speed
BIT     _OSD_LogoFillData(WORD wWords, WORD code *pwLogoData);
void    _OSD_ShowDigestNumber(WORD wValue);
void    _OSD_ShowCDDA(void);
void    _OSD_BitmapMoving(void);
void    _OSD_SCR_ColorChange(void);
void    _OSD_SCR_MovingLocus(void);
// LLY.042 end ...


// only used in DIGEST mode
#ifndef  NO_DIGEST
#define SW_CHAR_C       0
#define SW_CHAR_D       1
#define SW_CHAR_A       2
#define SW_CHAR_DASH    3


// The bit data 0 means a dot. 1 means transparent
// the pixel for 0x703F is 3F7
// the font size is FONTC_H * 12
//12*12
WORD  code  _mat16[4][FONTC_H]={
// C letter
0xf0e0, 0x7080, 0x309e, 0x703f, 0xf03f, 0xf03f, 0xf03f, 0xf03f, 0x703f, 0x309e, 0x7080, 0xf0e0,
// D letter
0xf001, 0x7000, 0x703e, 0x303f, 0x303f, 0x303f, 0x303f, 0x303f, 0x303f, 0x703e, 0x7000, 0xf001,
// A letter
0xf0f1, 0xf0f1, 0xf0e4, 0xf0e4, 0xf0e4, 0x70ce, 0x70ce, 0x70c0, 0x3080, 0x309f, 0x309f, 0x903f,
// -
0xf0ff, 0xf0ff, 0xf0ff, 0xf0ff, 0xf0ff, 0x1080, 0x1080, 0xf0ff, 0xf0ff, 0xf0ff, 0xf0ff, 0xf0ff,
};

// this font only for VCD
WORD  code  _wFont[FONTS][FONTN1_H]={
// 0
0x07c0, 0x1ff0, 0x1ff0, 0x3c78, 0x3c78, 0x783c, 0x783c, 0x783c, 0x783c, 0x783c,
0x783c, 0x783c, 0x783c, 0x783c, 0x783c, 0x3c78, 0x3c78, 0x1ff0, 0x1ff0, 0x07c0,
// 1
0x0070, 0x00f0, 0x01f0, 0x03f0, 0x0ff0, 0x1ff0, 0x1ef0, 0x1cf0, 0x10f0, 0x00f0,
0x00f0, 0x00f0, 0x00f0, 0x00f0, 0x00f0, 0x00f0, 0x00f0, 0x00f0, 0x00f0, 0x00f0,
// 2
0x07e0, 0x1ff0, 0x3ff8, 0x3c7c, 0x783c, 0x783c, 0x003c, 0x003c, 0x0078, 0x00f8,
0x01f0, 0x03e0, 0x07c0, 0x0f80, 0x1f00, 0x1e00, 0x3c00, 0x3ffc, 0x7ffc, 0x7ffc,
// 3
0x0fc0, 0x1fe0, 0x3ff0, 0x7cf8, 0x7878, 0x0078, 0x00f0, 0x03f0, 0x03c0, 0x03f0,
0x0078, 0x003c, 0x003c, 0x003c, 0x783c, 0x783c, 0x3c78, 0x3ff8, 0x1ff0, 0x07c0,
// 4
0x0078, 0x0078, 0x00f8, 0x01f8, 0x01f8, 0x03f8, 0x0778, 0x0778, 0x0e78, 0x1c78,
0x1c78, 0x3878, 0x7078, 0x7ffe, 0x7ffe, 0x7ffe, 0x0078, 0x0078, 0x0078, 0x0078,
// 5
0x1ff8, 0x1ff8, 0x3ff8, 0x3c00, 0x3800, 0x3800, 0x3be0, 0x7ff0, 0x7ff8, 0x7878,
0x003c, 0x003c, 0x003c, 0x003c, 0x003c, 0x783c, 0x7c78, 0x3ff0, 0x1ff0, 0x0fc0,
// 6
0x03e0, 0x0ff0, 0x1ff8, 0x3c7c, 0x3c3c, 0x3800, 0x7800, 0x7be0, 0x7ff0, 0x7ff8,
0x7c78, 0x783c, 0x783c, 0x783c, 0x783c, 0x383c, 0x3c78, 0x1ff8, 0x0ff0, 0x07c0,
// 7
0x7ffc, 0x7ffc, 0x7ffc, 0x007c, 0x00f8, 0x00f0, 0x01e0, 0x03e0, 0x03c0, 0x07c0,
0x0780, 0x0780, 0x0f00, 0x0f00, 0x0f00, 0x0f00, 0x1e00, 0x1e00, 0x1e00, 0x1e00,
// 8
0x0fe0, 0x1ff0, 0x3ff8, 0x7c7c, 0x783c, 0x783c, 0x783c, 0x3c78, 0x1ff0, 0x0fe0,
0x1ff0, 0x3c78, 0x783c, 0x783c, 0x783c, 0x783c, 0x7c7c, 0x3ff8, 0x1ff0, 0x07c0,
// 9
0x07c0, 0x1fe0, 0x3ff0, 0x3c78, 0x7838, 0x783c, 0x783c, 0x783c, 0x783c, 0x3c7c,
0x3ffc, 0x1ffc, 0x0fbc, 0x003c, 0x0038, 0x7878, 0x7c78, 0x3ff0, 0x3fe0, 0x0f80,
};

// this font only for SVCD and CVD
BYTE  code  _bFont[FONTS][FONTN2_H]={
// 0
0x3c, 0x3c, 0x7e, 0x66, 0x66, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 
0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0x66, 0x66, 0x7e, 0x3c, 0x3c,
// 1
0x06, 0x06, 0x0e, 0x3e, 0x3e, 0x7e, 0x6e, 0x6e, 0x4e, 0x0e,
0x0e, 0x0e, 0x0e, 0x0e, 0x0e, 0x0e, 0x0e, 0x0e, 0x0e, 0x0e,
// 2
0x3c, 0x3c, 0x7e, 0xe7, 0xe7, 0xe7, 0x07, 0x07, 0x0e, 0x0e,
0x0e, 0x1c, 0x38, 0x38, 0x38, 0x70, 0x70, 0xff, 0xff, 0xff,
// 3
0x3c, 0x3c, 0x7e, 0xe7, 0xe7, 0xe7, 0x07, 0x07, 0x1e, 0x1e,
0x1e, 0x07, 0x07, 0x07, 0xe7, 0xe7, 0xe7, 0x7e, 0x3c, 0x3c,
// 4
0x06, 0x06, 0x0e, 0x0e, 0x0e, 0x1e, 0x36, 0x36, 0x36, 0x66,
0x66, 0xc6, 0xff, 0xff, 0xff, 0x06, 0x06, 0x06, 0x06, 0x06,
// 5
0x3e, 0x3e, 0x3e, 0x70, 0x70, 0x60, 0x7c, 0x7c, 0x7e, 0xe7,
0xe7, 0x07, 0x07, 0x07, 0x07, 0xe7, 0xe7, 0x7e, 0x3c, 0x3c,
// 6
0x3e, 0x3e, 0x7f, 0x67, 0x67, 0xe0, 0xfc, 0xfc, 0xfe, 0xe7,
0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0x67, 0x67, 0x7e, 0x3c, 0x3c,
// 7
0xff, 0xff, 0xff, 0x07, 0x07, 0x0e, 0x0c, 0x0c, 0x1c, 0x18,
0x18, 0x38, 0x38, 0x38, 0x70, 0x70, 0x70, 0x70, 0x70, 0x70,
// 8
0x3c, 0x3c, 0x7e, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0x7e, 0x3c,
0x3c, 0x66, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0x7e, 0x3c, 0x3c,
// 9
0x3c, 0x3c, 0x7e, 0xe6, 0xe6, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7,
0xe7, 0x7f, 0x3f, 0x3f, 0x07, 0xe6, 0xe6, 0x7e, 0x3c, 0x3c,
};
#endif  //#ifndef  NO_DIGEST


// LLY.050, remove from OSD.C
// (row,col) position for display char; they will used by other module
//LJY279, remove initial value here
//LJY1.20, support 4M flash, remove digest
#ifndef NO_DIGEST
int     __iRow, __iCol;
#endif
// wyc.276, remove this variable because now not used it. Also updated follow code that has used it.
//BIT     _btLogoSel=0;
// wyc.100
//Kevin1.20, use include rather than file open for epp & e-up 
//#ifdef SYSTEM_8051

WORD code _wLogoData[]=
{
#ifdef  NO_LOGO
0
#else
// LLY2.79-2, only load small size LOGO while enable SERIAL_DEBUG
// Because code size issue !!



#if defined (HOST_JPG) || defined (SUPPORT_DVD_T) //alex2.34 JPEG_LOGO

    #ifdef HOST_JPG
         #include "LOGO_JPG.txt"
    #endif ///#ifdef  HOST_JPG

    #ifdef  SUPPORT_DVD_T
         #include "logo_dvb.txt"
    #endif //#ifndef  SUPPORT_DVD_T  

#else //#if defined (HOST_JPG) || defined (SUPPORT_DVD_T)


#ifndef RELEASE_SETTING
#include "logo_dbg.txt"
    #else   // #ifndef RELEASE_SETTING
#include "logo.txt"
    #endif  // #ifndef RELEASE_SETTING

  
#endif //#if defined (HOST_JPG) || defined (SUPPORT_DVD_T)

#endif      // NO_LOGO


};


// LLY.047, re-arrange bitmap data for screen saver usage
DWORD  code   aBitmapData1[]=
{
#ifdef NO_SCREEN_SAVER
0
#else   // #ifdef NO_SCREEN_SAVER
//alex2.34,20040724,baseline saver for porable 
//alex2.37,20040913,change baseline_saver as Support_Mini_Screen_Saver
#ifdef SUPPORT_MINI_SCREEN_SAVER
#include "bitmap.ico"
#else ////#ifdef SUPPORT_MINI_SCREEN_SAVER
#include "bitmap.txt"  // LLY.050a-1, merge *.tx0 & *.tx1
#endif//#ifdef SUPPORT_MINI_SCREEN_SAVER
#endif  // #ifdef NO_SCREEN_SAVER
};

DWORD  code   aBitmapData2[]=
{
#ifdef NO_SCREEN_SAVER
0
#else
0   // must specify desired bitmap data file
#endif  // #ifdef NO_SCREEN_SAVER
};

DWORD  code   aBitmapData3[]=
{
#ifdef NO_SCREEN_SAVER
0
#else   // #ifdef NO_SCREEN_SAVER
0   // must specify desired bitmap data file
#endif  // #ifdef NO_SCREEN_SAVER
};

//LJY1.20, per Brian's request, support 4M flash, remove screen saver.
#ifndef NO_SCREEN_SAVER
// Modified WYC.050a begin
//static DWORD   __dwDigestHor, __dwDigestVer;
//static DWORD   __dwYStart, __dwUStart, __dwVStart;
//static DWORD   __dwStrip, __dwStrip2;
// end
// DVD.041, declare some global variable for screen saver mode usage
// WYC.050a DWORD   _dwSWOSDAddr;
DWORD   _dwSWOSDHeaders[4];
DWORD   _dwSWOSDTemp;
// DVD.041 end ...


// LLY.043, keep the relative information for screen saver mode
WORD    __wMinSCRX;         // left boundary
WORD    __wMinSCRY;         // top boundary
WORD    __wMaxSCRX;         // right boundary
WORD    __wMaxSCRY;         // bottom boundary
WORD    __wSCRWidth;        // width
WORD    __wSCRHeight;       // height
BYTE    __bSCRResolution;   // resolution
// LLY.043 end ...
//LJY279, remove initial value here
BYTE    __bBitmapIndex;      // brian, the current bitmap of screen saver
extern DWORD _dwMoveCnt; // Brian, used as Mix Ratio
extern WORD _wSCRXPos, _wSCRYPos;
extern BYTE __bFisrtLoad;
extern DWORD __dwBitmapTBuffer, __dwBitmapBBuffer;
#endif	//#ifndef NO_SCREEN_SAVER
//  *******************************************************************
//  Function    :   SWOSD_DigestInfo()
//  Description :   Get relative info. for digest mode
//  Arguments   :   NULL
//  Return      :   NULL
//  Side Effect :
//  ******************************************************************
//LJY1.20, support 4M flash, remove digest
#ifndef NO_DIGEST
void SWOSD_DigestInfo( )
{
    // get digest size  /// WYC.050a Begin
    //W99AV_ReadInfo(W99AV_INFO_DIGEST_HSIZE, &__dwTemp/*&__dwDigestHor*/);
    //W99AV_ReadInfo(W99AV_INFO_DIGEST_VSIZE, &__dwDigestVer);
    // get digest YUV buffer start
    //W99AV_ReadInfo(W99AV_INFO_DIGEST_YBUFFER, &__dwYStart);
    //W99AV_ReadInfo(W99AV_INFO_DIGEST_UBUFFER, &__dwUStart);
    //W99AV_ReadInfo(W99AV_INFO_DIGEST_VBUFFER, &__dwVStart);
    
    //__dwStrip = (/*__dwDigestHor*/__dwTemp*4L);
    //__dwStrip2= (/*__dwDigestHor*/__dwTemp*2L);
    /// End
    // get the font size of digest number
    if(__wDiscType&BOOK_SVCD || __wDiscType&BOOK_CVD)
    {
        __wFontH=FONTN2_H;
        __wFontW=FONTN2_W;
    }
    // wyc.100
    else if (__wDiscType&BOOK_DVD)
    {
        __wFontH=FONTN2_H;
        __wFontW=FONTN2_W;
    }
    else
    {
        __wFontH=FONTN1_H;
        __wFontW=FONTN1_W;
    }
}
#endif

//  *********************************************************************
//  Function    :   _OSD_ShowCDDA
//  Description :   Show CD-DA letters in a digest frame
//  Arguments   :   bShowChar, not used
//  Return      :   NULL
//  Side Effect :
//  *********************************************************************
//LJY1.20, support 4M flash, remove digest
#ifndef NO_DIGEST
void _OSD_ShowCDDA(/* WYC.050a BYTE bShowChar*/)
{
#if 0
    __bShowNumber=FALSE;
    if (!__bShowNumber)
    {

        __wFontH=FONTC_H;
        __wFontW=FONTC_W;
        _OSD_ShowDigestNumber(SW_CHAR_C);       // C
        __iCol+=__wFontW;
        _OSD_ShowDigestNumber(SW_CHAR_D);       // D
        __iCol+=__wFontW;

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
一本到不卡免费一区二区| 亚洲精品成人在线| 久久综合久久综合久久综合| 91精品国产一区二区三区香蕉| 精品第一国产综合精品aⅴ| 国产三级欧美三级日产三级99| 欧美一二三四区在线| 中文字幕一区二区在线观看| 午夜视频一区二区三区| 国产精品一区不卡| 欧美日韩一区二区三区不卡| 精品国产亚洲在线| 成人99免费视频| 欧美精品日韩一本| 亚洲裸体在线观看| 国产成人福利片| 精品久久五月天| 美美哒免费高清在线观看视频一区二区| 国产成人精品免费在线| 亚洲桃色在线一区| 不卡欧美aaaaa| 亚洲不卡av一区二区三区| 成人黄色国产精品网站大全在线免费观看 | 欧美zozo另类异族| 国产精品18久久久久久vr| 亚洲欧美区自拍先锋| 91麻豆精品91久久久久同性| 亚洲色图在线视频| 日韩女同互慰一区二区| 午夜精品福利视频网站 | 久久久欧美精品sm网站| 久久精品av麻豆的观看方式| 欧美人牲a欧美精品| 亚洲精品国产精品乱码不99| 欧美一卡二卡三卡| 99久久99久久精品免费观看 | 久久色视频免费观看| 一本久久a久久免费精品不卡| 午夜精品久久久久久久久| 国产午夜精品一区二区| 欧美丰满少妇xxxbbb| 成人精品免费视频| 亚洲免费观看高清完整版在线| 欧美一区二区成人| 色综合久久天天| 国产乱码精品1区2区3区| 亚洲高清免费观看| 3d动漫精品啪啪| 91丝袜国产在线播放| 亚洲午夜电影在线观看| 久久久国产精品午夜一区ai换脸| 欧美日韩在线三区| 色综合久久久久久久久久久| 精品亚洲国产成人av制服丝袜 | 成人性生交大片免费 | 国产精品一区二区无线| 日本sm残虐另类| 亚洲精品在线网站| 538prom精品视频线放| 色猫猫国产区一区二在线视频| 一区二区三区在线播放| 欧美一区二区三区免费在线看| 91老师片黄在线观看| 成人av电影在线网| 成人午夜伦理影院| 粉嫩在线一区二区三区视频| 亚洲一区二区精品3399| 欧美成人三级电影在线| 欧美日韩国产精品自在自线| 色综合天天综合色综合av | 精品少妇一区二区三区 | 不卡影院免费观看| 国产·精品毛片| 国产91精品欧美| 成人av网站在线| 99久久精品国产毛片| 成人av网站免费观看| www.亚洲精品| 免费av成人在线| 日本v片在线高清不卡在线观看| 亚洲国产一区视频| 亚洲成人综合在线| 亚洲成av人**亚洲成av**| 亚洲国产视频直播| 偷拍一区二区三区| 日本成人超碰在线观看| 中文字幕一区二区三区在线观看| 国产欧美一区在线| 国产精品久久久久久久第一福利 | 麻豆极品一区二区三区| 美女爽到高潮91| 国产一区二区三区四区五区美女| 亚洲综合色在线| 香蕉久久一区二区不卡无毒影院| 天堂久久久久va久久久久| 亚洲女人小视频在线观看| 亚洲一级不卡视频| 另类专区欧美蜜桃臀第一页| 国产1区2区3区精品美女| 色婷婷激情久久| 欧美一区二区免费视频| 久久免费视频色| 《视频一区视频二区| 亚洲成av人片观看| 国产成人av电影在线播放| 91热门视频在线观看| 在线播放欧美女士性生活| 欧美精品一区二区三区在线播放| 国产精品视频一二三| 国产亚洲一区字幕| 亚洲私人黄色宅男| 麻豆精品在线播放| av一二三不卡影片| 欧美日韩视频第一区| 久久精品亚洲精品国产欧美kt∨| 亚洲色图20p| 美女脱光内衣内裤视频久久影院| k8久久久一区二区三区| 91精品国产一区二区三区蜜臀| 国产精品欧美久久久久无广告 | 日韩一区欧美二区| 成人性色生活片| 8v天堂国产在线一区二区| 亚洲国产成人一区二区三区| 久久伊99综合婷婷久久伊| 亚洲人123区| 久久成人免费电影| 在线观看亚洲一区| 欧美四级电影在线观看| 欧美日韩一级二级三级| 国产欧美视频一区二区三区| 亚洲电影中文字幕在线观看| 岛国一区二区三区| 日韩欧美在线网站| 亚洲小说春色综合另类电影| 国产精品白丝jk黑袜喷水| 7777精品伊人久久久大香线蕉的| 国产精品嫩草99a| 久久99久久久欧美国产| 欧美日韩国产经典色站一区二区三区 | 国产精品污www在线观看| 日韩成人一级大片| 在线免费观看一区| 中文无字幕一区二区三区 | 日韩一区二区在线看| 亚洲影院免费观看| 91免费观看视频| 中文字幕不卡在线播放| 国产资源在线一区| 成人性生交大片免费| 亚洲精品一区二区三区香蕉| 热久久一区二区| 欧美日韩激情一区| 一区二区三区四区在线| 99久久伊人久久99| 欧美激情资源网| 国产一二精品视频| 精品嫩草影院久久| 九九热在线视频观看这里只有精品| 欧美日韩国产综合草草| 亚洲一二三专区| 欧美亚洲综合在线| 一区二区三区在线视频观看58| 国产a视频精品免费观看| 久久亚洲精精品中文字幕早川悠里 | 丰满白嫩尤物一区二区| 国产午夜精品一区二区三区视频 | 综合久久国产九一剧情麻豆| 国产精品白丝av| 亚洲国产经典视频| 99re免费视频精品全部| 中文字幕色av一区二区三区| 99视频一区二区| 亚洲欧美另类久久久精品2019| 色综合天天综合网天天看片| 一区二区在线观看视频| 91国在线观看| 亚洲h动漫在线| 日韩无一区二区| 国产一区二区三区免费观看| 国产日韩欧美精品综合| 91网站在线观看视频| 亚洲视频一区二区在线观看| 欧美色成人综合| 免费在线看成人av| 精品国产第一区二区三区观看体验 | 宅男在线国产精品| 狠狠色丁香久久婷婷综| 国产精品久久久久久久久免费丝袜 | 亚洲午夜电影网| 日韩三级电影网址| 国产mv日韩mv欧美| 亚洲综合精品久久| 欧美成人免费网站| 国产91精品精华液一区二区三区| 亚洲精品视频在线| 欧美一二三在线| 9i在线看片成人免费| 亚洲va欧美va人人爽| 精品国产乱码91久久久久久网站|