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

📄 hli_defs.h

📁 Zoran V966 DVD 解码 Soc芯片的源程序
💻 H
字号:

/****************************************************************************************
 *  Copyright (c) 2002 ZORAN Corporation, All Rights Reserved
 *  THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
 *
 *  File: $Workfile: HLI_DEFS.H $             
 *
 * Description: 
 * ============
 * 
 * 
 * Log:
 * ====
 * $Revision: 2 $
 * Last Modified by $Author: Leonh $ at $Modtime: 12/30/03 11:16a $ 
 ****************************************************************************************
 * Updates:
 ****************************************************************************************
 * $Log: /I76/I76_Common/I76_Reference/Playcore/Nav_DVD/Header/HLI_DEFS.H $
 * 
 * 2     12/30/03 11:28a Leonh
 * Angieh:Change for DVD AUDIO navigator header.
 * 
 * 1     03-04-28 11:15 Fwang
 * Initial for DVDA
 * 
 * 2     23/04/02 9:34 Nirm
 * - Added dependency in "Config.h".
 * 
 * 1     2/17/02 12:12 Rinata
 * 
 * 2     9/01/02 16:40 Nirm
 * Corrected Include-Paths.
 ****************************************************************************************/

#include "Config.h"		// Global Configuration - do not remove!

#ifndef __DEFSI_H
#define __DEFSI_H

/* <<<< ZORAN TC0102 : optimize types int->WORD int->BYTE */
typedef struct
{
	WORD button_number;
	WORD group_number;
	
	WORD BTN_COLN;				// describes the button color number
	WORD auto_act_md;	      // autoaction mode
	
	WORD Start_X;				// start X coordinate
	WORD End_X;
	WORD Start_Y;
	WORD End_Y;
} S_POSI;

typedef struct
{
	BYTE emp_pix2_colcd;	   // emphasis pixel-2 color code
	BYTE emp_pix1_colcd;		// emphasis pixel-2 color code
	BYTE pat_pix_colcd;		// pattern pixel color code
	BYTE bkg_pix_colcd;		// background pixel color code
	BYTE emp_pix2_ctr;			// emphasis pixel-2 contrast
	BYTE emp_pix1_ctr;			// emphasis pixel-2 contrast
	BYTE pat_pix_ctr;			// pattern pixel contrast
	BYTE bkg_pix_ctr;			// background pixel contrast
} S_COLI;

typedef struct
{
	BYTE Luminance;
	BYTE Coldif_Cb;
	BYTE Coldif_Cr;
} S_PAL_ENTRY;

/* ZORAN TC0102 >>> */

#endif	// __DEFSI_H

⌨️ 快捷键说明

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