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

📄 ui_input.h

📁 ZORAN 962/966 SOURCE CODE,DVD chip
💻 H
字号:
/****************************************************************************************************
*  Copyright (c) 2005 ZORAN Corporation, All Rights Reserved
*  THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
*
*  File: ui_input.c
*
* Description:
* =========
*
****************************************************************************************************/
#include "Config.h"		// Global Configuration - do not remove!
#include "include\sysdefs.h"	// Global definition - do not remove!

#ifndef _UI_INPUT_H_
#define _UI_INPUT_H_

/****************************************************************************************************
*	INCLUDE FILES: Only typedef header files are allowed to be included here.
****************************************************************************************************/
// Include C Standard

// Include project specific, only type definition header files are allowed to be included
#include "UI_Manager\UI_Input\ui_input_defs.h"

/****************************************************************************************************
*	DEFINITION: Public named constants
****************************************************************************************************/
/****************************************************************************************************
*	DEFINITION: Public macros
****************************************************************************************************/
/****************************************************************************************************
*	DECLARATION: Public (global) variables
****************************************************************************************************/
extern CONST UINT16 wUIOPTableProhibitIfMediaNotReady[];
extern CONST UINT16 wUIOPTableSecretIfMediaNotReady[];
/****************************************************************************************************
*	DECLARATION: Public functions
****************************************************************************************************/
EVENT UI_Input_Handler(EVENT event, UINT32 *param);
UINT16 UI_UIOPInterpreter(UINT16 wUIOP);
BOOL UI_FindInUIOPTable(UINT16 wUIOP, UINT16 *pwUIOPTable);
BOOL UI_FindInUICCTable(UINT16 wUICC, UINT16 *pwUICCTable);

// <<< Ram.wang_1125_05: modify I86_AV_RECEIVER FUNCTION LIKE AS THOMSON
#ifdef D_I86_AV_RECEIVER
void 	UI_Change_Workmode(TUNER_WORK_MODE workmode);

BOOL	UI_ProcessSourceKey(UINT16 wUIOP);
#ifdef D_TUNER_ENABLE
BOOL	UI_ProcessRadioKey(UINT16 InputKey);
#endif
#endif
// >>> Ram.wang_1125_05

#endif //_UI_INPUT_H_

⌨️ 快捷键说明

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