HLI_DEFS.H
上传用户:super_houu
上传日期:2008-09-21
资源大小:4099k
文件大小:2k
- /****************************************************************************************
- * 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_Cr;
- BYTE Coldif_Cb;
- } S_PAL_ENTRY;
- /* ZORAN TC0102 >>> */
- #endif // __DEFSI_H