⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 o_bass_mgr_config.h

📁 Zoran V966 DVD 解码 Soc芯片的源程序
💻 H
字号:
/* **************************************************************************************
*  Copyright (c) 2004 ZORAN Corporation, All Rights Reserved
*  THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
*
*  File: $Workfile: o_bass_mgr_config.h$
*
* Description:
* ========
*
*
****************************************************************************************/
/***************************************************************************************
* 	Private typdef definitions.
****************************************************************************************/
/***************************************************************************************
* 	Constants and Macros
****************************************************************************************/
#define BSM_COL_1_X			12
#define BSM_COL_1_WIDTH		80

#define BSM_COL_2_X			(BSM_COL_1_X + BSM_COL_1_WIDTH + 8)
#define BSM_COL_2_WIDTH		180

#define BSM_COL_3_X			(BSM_COL_2_X + BSM_COL_2_WIDTH + 8)
#define BSM_COL_3_WIDTH		200

#define BSM_LINE_HEIGHT		(28)

// This is the height of the bar in a slider:
#define HSLIDER_BAR_HEIGHT		(16)
// This is the width of the bar:
#define HSLIDER_BAR_WIDTH		(BSM_COL_2_WIDTH / 2)
// This is the height of the slider tab:
#define HTAB_HEIGHT				(28)
// This is the width of the slider tab:
#define HTAB_WIDTH				(24)

#define BSM_LINE_1_Y		(10)
#define BSM_LINE_2_Y		(BSM_LINE_1_Y + BSM_LINE_HEIGHT)
#define BSM_LINE_3_Y		(BSM_LINE_2_Y + BSM_LINE_HEIGHT)
#define BSM_LINE_4_Y		(BSM_LINE_3_Y + BSM_LINE_HEIGHT)
#define BSM_LINE_5_Y		(BSM_LINE_4_Y + BSM_LINE_HEIGHT)
#define BSM_LINE_6_Y		(BSM_LINE_5_Y + BSM_LINE_HEIGHT)
#define BSM_LINE_7_Y		(BSM_LINE_6_Y + BSM_LINE_HEIGHT)

#ifdef D_BASS_ON_ITEM
#define NUM_BASS_SET_SLIDER_STEPS	15
#endif
#define NUM_BASS_TONE_SET_SLIDER_STEPS	15
#define NUM_TREBLE_TONE_SET_SLIDER_STEPS	15

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -