search1.c
上传用户:caisangzi8
上传日期:2013-10-25
资源大小:15756k
文件大小:43k
源码类别:

DVD

开发平台:

C/C++

  1. /**********************************************************************
  2. Creater: Kenny
  3. Date   : 2002/4/10 02:39PM
  4. Description: Search menu using 
  5. Record:  2004.04.28 Maoyong
  6.     ***Marked MP3_DIRECT_PLAY definiton so that MP3 can be choosed ranged 
  7.        in all tracks no matter whether defined MP3_DIRECT_SELECT.
  8.     ***Just for no DIV_GOTO_DISPLAY
  9.          void search_func_right(void)
  10.          void search_func_input(void) 
  11.          void search_add_num(int *v,int pos)
  12. ***********************************************************************/
  13. #include "global.h"
  14. #include "osd.h"
  15. #include "func.h"
  16. #include "cfont.h"
  17. #include "util.h"
  18. #include "ircmd.h"
  19. #include "user_if.h" //add by shawn 20020219
  20. #include "asf_if.h"
  21. #ifdef SUPPORT_DISPLAY_MENU
  22. #include "setup_def.h"
  23. #endif
  24. #ifdef SUPPORT_JPEG_GOTO //Just as the name.Jack added 04/11/16
  25. #include "fsNAV.h"
  26. #endif
  27. #define DISCTIME_SEARCH     1
  28. #define TRACKTIME_SEARCH    2
  29. #ifdef MP3_SEARCH_FAST2NORM //Maoyong 2004.02.25
  30. #define FAST2NORM 0x01<<0 //Maoyong 2004.02.25
  31. #define NOT_REALPLAY 0
  32. extern void chg2normal_play(UINT8 md,UINT8 realplay);
  33. extern UINT16 Is_JPEG_STATE(void);
  34. #endif
  35. #ifdef DIV_GOTO_DISPLAY
  36. extern BYTE SearchPage;
  37. #endif
  38. #ifdef SUPPORT_CDG //Jeff 20020824
  39. #include "cdg.h"
  40. extern UINT8   bReadSubChannel;
  41. #endif
  42. extern UINT32 myTime,_myTime;//terry,2003/6/24 10:53