o_volume_control_custom.c

来自「ZORAN 962/966 SOURCE CODE,DVD chip」· C语言 代码 · 共 38 行

C
38
字号
/****************************************************************************************************
*  Copyright (c) 2005 ZORAN Corporation, All Rights Reserved
*  THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
*
*  File: o_volume_control_custom.c
*
* Description:
* =========
****************************************************************************************************/
#include "config.h"

/****************************************************************************************************
*	DEFINITION: Private named constants
****************************************************************************************************/
/****************************************************************************************************
*	DEFINITION: Private macros
****************************************************************************************************/
/****************************************************************************************************
*	DEFINITION: Private (static) variables
****************************************************************************************************/
/****************************************************************************************************
*	DECLARATION: Private (static) functions
****************************************************************************************************/
/****************************************************************************************************
* Function		: Name
*
* Input		: Parameter_1 – description
*	 		  Parameter_2 – description
*
* Output		: Parameter_3 – description
*			  Parameter_4 – description
*
* Return		: Describe_possible_returned_values_and_their_meaning
*
* Description	: Describe_what_the_function_does_in_English
*  	
****************************************************************************************************/

⌨️ 快捷键说明

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