o_message_device.h

来自「Zoran V966 DVD 解码 Soc芯片的源程序」· C头文件 代码 · 共 52 行

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

#ifndef _O_MESSAGE_DEVICE_H_
#define _O_MESSAGE_DEVICE_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 "Playcore\Coremain\coredefs.h"
#ifdef D_GINGER_I86
#include "Decoder\Dec_Defs.h"
#endif //D_GINGER_I86
#ifdef D_GINGER_I96
#include "Dec_Common.h"
#endif //D_GINGER_I96

#include "GUI\Menu_system\ms_object_defs.h"
#include "Components\Message\o_message_device_defs.h"
#include "GUI\Object_class\Message\mso_message_defs.h"

/****************************************************************************************************
*	DEFINITION: Public named constants
****************************************************************************************************/
/****************************************************************************************************
*	DEFINITION: Public macros
****************************************************************************************************/
/****************************************************************************************************
*	DECLARATION: Public (global) variables
****************************************************************************************************/
/****************************************************************************************************
*	DECLARATION: Public functions
****************************************************************************************************/
MS_OP OMESSAGE_DEVICE_Operation(MSO_OBJECT __NEAR* pThis, MS_OP MsOp, UINT32 lParam);
#define OMESSAGE_DEVICE_FillOSDSeg(o, a)		OMESSAGE_FillOSDSeg(o, a)

#endif //_O_MESSAGE_DEVICE_H_

⌨️ 快捷键说明

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