o_bass_mgr_config.h
来自「Zoran V966 DVD 解码 Soc芯片的源程序」· C头文件 代码 · 共 52 行
H
52 行
/* **************************************************************************************
* 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 + =
减小字号Ctrl + -
显示快捷键?