?? time.c
字號(hào):
/*
* terry,2003/8/18 04:19PM
* Maintain this file
* Terry,2004/3/25 06:29PM
* yltseng, 2006/05/18, fix mpeg show time bug
* yltseng, 2006/09/06, fix M2I truncation error when msf comes from DVD
*/
#include "config.h"
#include "regmap.h"
#include "global.h"
#include "macro.h"
#include "func.h"
#include "util.h"
#include "stdlib.h" //huo 2000.12.14
#include "cdfunc.h"
#include "cfont.h"
#include "sio.h"
#include "vfdfunc.h"
#include "ringbuf.h"
#include "ircmd.h"
#include "ircode.h"
#include "cd.h"
#include "auctrl.h"
#include "user_init.h" //terry,2001/1/9 03:29PM
#include "avd.h"
#include "dvdpe.h"
#include "fs96602.h"
#include "osd.h"
#include "framebuf.h"
#include "cderr.h"
#include "vpp.h"
#include "user_if.h"
#include "dsp3_if.h"
#include "atapi_if.h"
#include "dma.h" //Jeff 20010919
#include "auddrv.h" //2004AUDDRV oliver 20041004 for using audio driver purpose
//#include "audif.h"
#include "setup.h"
#include "fsGUI.h"
#include "drv.h"
#include "auddac.h"
#include "fsNAV.h"
#include "asf_if.h"
#include "iop.h"//2-7-9 9:40
#include "UartTxd.h"
#include "avsync.h"
//huziqin 2006-4-19 removed
#if defined(PT2322)||defined(PT2320)
#include "audctrl.h"
#endif
#if defined(TAS3001_AMP) //use TI 3001 amplifier jason ych add 2-8-9 10:10
#include "ti3001.h"
#endif
#if defined(TAS5026_AMP) //use TI 3001 amplifier jason ych add 2-8-9 10:10
#include "ti5026.h"
#endif
#ifdef SUPPORT_CDG //Jeff 20020824
#include "cdg.h"
#endif
#ifdef SUPPORT_MP4 // 2004/04/20 yltseng, to show remain time
#include "avi_if.h"
#endif
#include "kinf.h" // 2004/08/11 yltseng
#include "bit_rate.h"
#if ( defined(SUPPORT_CARD_STORAGE) || defined(SUPPORT_USB) || defined(SPHE8202_CARD_STORAGE) )
#include "cardfs.h"
#endif
#if defined(IC_8104S)|| defined(IC_1002) //jhuang 2006/12/13 10:44
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -