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

📄 o_ge_config.h

📁 Zoran V966 DVD 解码 Soc芯片的源程序
💻 H
字号:
/****************************************************************************************************
*  Copyright (c) 2005 ZORAN Corporation, All Rights Reserved
*  THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
*
*  File: o_ge_config.h
*
* Description:
* =========
****************************************************************************************************/

/**************************************************************************
* 	Constants and Macros
***************************************************************************/
#define EQ_COL_1_X			12
#define EQ_COL_1_WIDTH		50

#define EQ_COL_2_X			(EQ_COL_1_X + EQ_COL_1_WIDTH + 8)
#define EQ_COL_2_WIDTH		130

#define EQ_COL_3_X			(EQ_COL_2_X + EQ_COL_2_WIDTH + 8)
#define EQ_COL_3_WIDTH		180

#define EQ_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		100
// This is the height of the slider tab:
#define HTAB_HEIGHT				(28)
// This is the width of the slider tab:
#define HTAB_WIDTH				(24)

// This is the width of the choices used:
#define EQ_CHOICE_WIDTH		105
// This is the additional width of the items in the vertical list - the extra is for the tick
#define EQ_CHOICE_ITEM_ADDITIONAL_WIDTH		(40)

#define EQ_LINE_1_Y		(10)
#define EQ_LINE_2_Y		(EQ_LINE_1_Y + EQ_LINE_HEIGHT)
#define EQ_LINE_3_Y		(EQ_LINE_2_Y + EQ_LINE_HEIGHT)
#define EQ_LINE_4_Y		(EQ_LINE_3_Y + EQ_LINE_HEIGHT)
#define EQ_LINE_5_Y		(EQ_LINE_4_Y + EQ_LINE_HEIGHT)
#define EQ_LINE_6_Y		(EQ_LINE_5_Y + EQ_LINE_HEIGHT)
#define EQ_LINE_7_Y		(EQ_LINE_6_Y + EQ_LINE_HEIGHT)
#define EQ_LINE_8_Y		(EQ_LINE_7_Y + EQ_LINE_HEIGHT)
#define EQ_LINE_9_Y		(EQ_LINE_8_Y + EQ_LINE_HEIGHT)
#define EQ_LINE_10_Y	(EQ_LINE_9_Y + EQ_LINE_HEIGHT)

#define EQ_SLIDER1	0
#define EQ_SLIDER2	1
#define EQ_SLIDER3	2
#define EQ_SLIDER4	3
#define EQ_SLIDER5	4
#define EQ_SLIDER6	5

#define GRAPHIC_EQUALIZER_OFF	0
#define GRAPHIC_EQUALIZER_ON	1


⌨️ 快捷键说明

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