- //added by JS //for setup reengineering //20040810
- #define C_UNLOCK 1
- #define C_LOCK 0
- #define MAX_SETUP_VA 64
- UINT8 setup_VA[MAX_SETUP_VA];
- #define SETUP_VA_NONE 0xff
- #define SETUP_VA_TV_SYS 0x00
- #define SETUP_VA_SSAVER 0x01
- //#define SETUP_VA_VIDEO 0x02
- #define SETUP_VA_TV_RATIO 0x03
- #define SETUP_VA_PASSWORD 0x04
- #define SETUP_VA_RATING 0x05
- #define SETUP_VA_DEFAULT 0x06
- #define SETUP_VA_OSD_LANG 0x07
- #define SETUP_VA_AUDIO_LANG 0x08
- #define SETUP_VA_SUBTITLE_LAN 0x09
- #define SETUP_VA_MENU_LANG 0x0a
- #define SETUP_VA_AUD_OUT 0x0b
- #define SETUP_VA_MIC_ONOFF 0x0c
- #define SETUP_VA_ECHO 0x0d
- #define SETUP_VA_MIC_VOL 0x0e
- #define SETUP_VA_KEY 0x0f
- #define SETUP_VA_FREQ_MASK 0x10
- #define SETUP_VA_BRIGHTNESS 0x11
- #define SETUP_VA_CONTRAST 0x12
- #define SETUP_VA_HUE 0x13
- #define SETUP_VA_SATURATION 0x14
- #define SETUP_VA_DOWNMIX 0x15
- #define SETUP_VA_SUBWOOFER 0x16
- #define SETUP_VA_BASE_MODE 0x17
- #define SETUP_VA_CSPK_DELAY 0x18
- #define SETUP_VA_SSPK_DELAY 0x19
- #define SETUP_VA_DOLBY_OP 0x1a
- #define SETUP_VA_DYNAMCRANGE 0x1b
- #define SETUP_VA_DUAL_MONO 0x1c
- #define SETUP_VA_REGION_CODE 0x1d
- //for MIC_2CHANNEL
- #define SETUP_VA_MIC_VOL_1 0x1e //corresponding to STR_OS_MIC_VOL_1
- #define SETUP_VA_MIC_VOL_2 0x1f //corresponding to STR_OS_MIC_VOL_2
- //for DYNAMIC_SPECTRUM
- #define SETUP_VA_BAND 0x20 //corresponding to STR_OS_BAND
- //for USER_MPEG_LOGO
- #define SETUP_VA_SELECT_LOGO 0x21 //corresponding to STR_OS_SELECT_LOGO
- // for SUPPORT_PROLOGIC_II
- #define SETUP_VA_PROLOGIC 0x22 //corresponding to STR_OS_PROLOGIC
- //for CORTROL_VCD_ONF
- #define SETUP_VA_VCD 0x23 //corresponding to STR_OS_VCD
- #define SETUP_VA_DTS_DIGITAL 0x24 //corresponding to STR_OS_DTS_DIGITAL
- #define SETUP_VA_AC3_DIGITAL 0x25 //corresponding to STR_OS_AC3_DIGITAL
- //for TEST_BASS_MANAGEMENT
- #define SETUP_VA_FSPK 0x26 //corresponding to STR_OS_FSPK
- #define SETUP_VA_CSPK 0x27 //corresponding to STR_OS_CSPK
- #define SETUP_VA_SSPK 0x28 //corresponding to STR_OS_SSPK
- //for SELECT_MEDIA_IN_SETUPMENU
- #define SETUP_VA_MEDIA_TYPE 0x29 //corresponding to STR_OS_MEDIA_TYPE
- //for CLOSE CAPTION CONTROL
- #define SETUP_VA_CC 0x2a //corresponding to STR_OS_CLOSED_CAPTION
- //for Angle mark control
- #define SETUP_VA_ANGLE 0x2b //corresponding to STR_OS_ANGLE_MARK
- //for address 0x02 make error value when reload
- #define SETUP_VA_VIDEO 0x2c
- //for hddvd
- #define SETUP_VA_SPV311MODE 0x2d
- #define SETUP_VA_HDCP 0x2e
- /*
- #define SETUP_VA_TV_SIG 0x3a
- #define SETUP_VA_AUTO_SEA 0x3b
- #define SETUP_VA_FINE_TUN 0x3c
- #define SETUP_VA_FAVOR 0x3d
- #define SETUP_VA_CHANNEL 0x3e
- */