HLI_DEFS.H
上传用户:super_houu
上传日期:2008-09-21
资源大小:4099k
文件大小:2k
源码类别:

DVD

开发平台:

Others

  1. /****************************************************************************************
  2.  *  Copyright (c) 2002 ZORAN Corporation, All Rights Reserved
  3.  *  THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
  4.  *
  5.  *  File: $Workfile: HLI_DEFS.H $             
  6.  *
  7.  * Description: 
  8.  * ============
  9.  * 
  10.  * 
  11.  * Log:
  12.  * ====
  13.  * $Revision: 2 $
  14.  * Last Modified by $Author: Leonh $ at $Modtime: 12/30/03 11:16a $ 
  15.  ****************************************************************************************
  16.  * Updates:
  17.  ****************************************************************************************
  18.  * $Log: /I76/I76_Common/I76_Reference/Playcore/Nav_DVD/Header/HLI_DEFS.H $
  19.  * 
  20.  * 2     12/30/03 11:28a Leonh
  21.  * Angieh:Change for DVD AUDIO navigator header.
  22.  * 
  23.  * 1     03-04-28 11:15 Fwang
  24.  * Initial for DVDA
  25.  * 
  26.  * 2     23/04/02 9:34 Nirm
  27.  * - Added dependency in "Config.h".
  28.  * 
  29.  * 1     2/17/02 12:12 Rinata
  30.  * 
  31.  * 2     9/01/02 16:40 Nirm
  32.  * Corrected Include-Paths.
  33.  ****************************************************************************************/
  34. #include "Config.h" // Global Configuration - do not remove!
  35. #ifndef __DEFSI_H
  36. #define __DEFSI_H
  37. /* <<<< ZORAN TC0102 : optimize types int->WORD int->BYTE */
  38. typedef struct
  39. {
  40. WORD button_number;
  41. WORD group_number;
  42. WORD BTN_COLN; // describes the button color number
  43. WORD auto_act_md;       // autoaction mode
  44. WORD Start_X; // start X coordinate
  45. WORD End_X;
  46. WORD Start_Y;
  47. WORD End_Y;
  48. } S_POSI;
  49. typedef struct
  50. {
  51. BYTE emp_pix2_colcd;    // emphasis pixel-2 color code
  52. BYTE emp_pix1_colcd; // emphasis pixel-2 color code
  53. BYTE pat_pix_colcd; // pattern pixel color code
  54. BYTE bkg_pix_colcd; // background pixel color code
  55. BYTE emp_pix2_ctr; // emphasis pixel-2 contrast
  56. BYTE emp_pix1_ctr; // emphasis pixel-2 contrast
  57. BYTE pat_pix_ctr; // pattern pixel contrast
  58. BYTE bkg_pix_ctr; // background pixel contrast
  59. } S_COLI;
  60. typedef struct
  61. {
  62. BYTE Luminance;
  63. BYTE Coldif_Cr;
  64. BYTE Coldif_Cb;
  65. } S_PAL_ENTRY;
  66. /* ZORAN TC0102 >>> */
  67. #endif // __DEFSI_H