search1.c
上传用户:caisangzi8
上传日期:2013-10-25
资源大小:15756k
文件大小:43k
- /**********************************************************************
- Creater: Kenny
- Date : 2002/4/10 02:39PM
- Description: Search menu using
- Record: 2004.04.28 Maoyong
- ***Marked MP3_DIRECT_PLAY definiton so that MP3 can be choosed ranged
- in all tracks no matter whether defined MP3_DIRECT_SELECT.
- ***Just for no DIV_GOTO_DISPLAY
- void search_func_right(void)
- void search_func_input(void)
- void search_add_num(int *v,int pos)
- ***********************************************************************/
- #include "global.h"
- #include "osd.h"
- #include "func.h"
- #include "cfont.h"
- #include "util.h"
- #include "ircmd.h"
- #include "user_if.h" //add by shawn 20020219
- #include "asf_if.h"
- #ifdef SUPPORT_DISPLAY_MENU
- #include "setup_def.h"
- #endif
- #ifdef SUPPORT_JPEG_GOTO //Just as the name.Jack added 04/11/16
- #include "fsNAV.h"
- #endif
- #define DISCTIME_SEARCH 1
- #define TRACKTIME_SEARCH 2
- #ifdef MP3_SEARCH_FAST2NORM //Maoyong 2004.02.25
- #define FAST2NORM 0x01<<0 //Maoyong 2004.02.25
- #define NOT_REALPLAY 0
- extern void chg2normal_play(UINT8 md,UINT8 realplay);
- extern UINT16 Is_JPEG_STATE(void);
- #endif
- #ifdef DIV_GOTO_DISPLAY
- extern BYTE SearchPage;
- #endif
- #ifdef SUPPORT_CDG //Jeff 20020824
- #include "cdg.h"
- extern UINT8 bReadSubChannel;
- #endif
- extern UINT32 myTime,_myTime;//terry,2003/6/24 10:53