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

DVD

开发平台:

C/C++

  1. //added by JS //for setup reengineering //20040810
  2. #define C_UNLOCK    1
  3. #define C_LOCK      0
  4. #define MAX_SETUP_VA 64
  5. UINT8 setup_VA[MAX_SETUP_VA];
  6. #define SETUP_VA_NONE 0xff
  7. #define SETUP_VA_TV_SYS 0x00
  8. #define SETUP_VA_SSAVER 0x01
  9. //#define SETUP_VA_VIDEO 0x02
  10. #define SETUP_VA_TV_RATIO 0x03
  11. #define SETUP_VA_PASSWORD 0x04
  12. #define SETUP_VA_RATING 0x05
  13. #define SETUP_VA_DEFAULT 0x06
  14. #define SETUP_VA_OSD_LANG 0x07
  15. #define SETUP_VA_AUDIO_LANG 0x08
  16. #define SETUP_VA_SUBTITLE_LAN 0x09
  17. #define SETUP_VA_MENU_LANG 0x0a
  18. #define SETUP_VA_AUD_OUT 0x0b
  19. #define SETUP_VA_MIC_ONOFF 0x0c
  20. #define SETUP_VA_ECHO 0x0d
  21. #define SETUP_VA_MIC_VOL 0x0e
  22. #define SETUP_VA_KEY 0x0f
  23. #define SETUP_VA_FREQ_MASK 0x10
  24. #define SETUP_VA_BRIGHTNESS 0x11
  25. #define SETUP_VA_CONTRAST 0x12
  26. #define SETUP_VA_HUE 0x13
  27. #define SETUP_VA_SATURATION 0x14
  28. #define SETUP_VA_DOWNMIX 0x15
  29. #define SETUP_VA_SUBWOOFER 0x16
  30. #define SETUP_VA_BASE_MODE 0x17
  31. #define SETUP_VA_CSPK_DELAY 0x18
  32. #define SETUP_VA_SSPK_DELAY 0x19
  33. #define SETUP_VA_DOLBY_OP 0x1a
  34. #define SETUP_VA_DYNAMCRANGE 0x1b
  35. #define SETUP_VA_DUAL_MONO 0x1c
  36. #define SETUP_VA_REGION_CODE 0x1d
  37. //for MIC_2CHANNEL
  38. #define SETUP_VA_MIC_VOL_1 0x1e //corresponding to STR_OS_MIC_VOL_1
  39. #define SETUP_VA_MIC_VOL_2 0x1f //corresponding to STR_OS_MIC_VOL_2
  40. //for DYNAMIC_SPECTRUM
  41. #define SETUP_VA_BAND 0x20 //corresponding to STR_OS_BAND
  42. //for USER_MPEG_LOGO
  43. #define SETUP_VA_SELECT_LOGO 0x21 //corresponding to STR_OS_SELECT_LOGO
  44. // for SUPPORT_PROLOGIC_II
  45. #define SETUP_VA_PROLOGIC 0x22 //corresponding to STR_OS_PROLOGIC
  46. //for CORTROL_VCD_ONF
  47. #define SETUP_VA_VCD 0x23 //corresponding to STR_OS_VCD
  48. #define SETUP_VA_DTS_DIGITAL 0x24  //corresponding to STR_OS_DTS_DIGITAL
  49. #define SETUP_VA_AC3_DIGITAL 0x25 //corresponding to STR_OS_AC3_DIGITAL
  50. //for TEST_BASS_MANAGEMENT
  51. #define SETUP_VA_FSPK 0x26 //corresponding to STR_OS_FSPK
  52. #define SETUP_VA_CSPK 0x27 //corresponding to STR_OS_CSPK
  53. #define SETUP_VA_SSPK 0x28 //corresponding to STR_OS_SSPK
  54. //for SELECT_MEDIA_IN_SETUPMENU
  55. #define SETUP_VA_MEDIA_TYPE 0x29 //corresponding to STR_OS_MEDIA_TYPE
  56. //for CLOSE CAPTION CONTROL
  57. #define SETUP_VA_CC                 0x2a    //corresponding to STR_OS_CLOSED_CAPTION
  58. //for Angle mark control
  59. #define SETUP_VA_ANGLE              0x2b    //corresponding to STR_OS_ANGLE_MARK
  60. //for address 0x02 make error value when reload
  61. #define SETUP_VA_VIDEO 0x2c
  62. //for hddvd 
  63. #define SETUP_VA_SPV311MODE         0x2d
  64. #define SETUP_VA_HDCP               0x2e
  65. /*
  66. #define SETUP_VA_TV_SIG            0x3a
  67. #define SETUP_VA_AUTO_SEA       0x3b
  68. #define SETUP_VA_FINE_TUN        0x3c
  69. #define SETUP_VA_FAVOR              0x3d
  70. #define SETUP_VA_CHANNEL          0x3e
  71. */