dvd_vr.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: dvd_vr.h $             
  6.  *
  7.  * Description:
  8.  * ============
  9.  * 
  10.  * 
  11.  * Log:
  12.  * ====
  13.  * $Revision: 2 $
  14.  * Last Modified by $Author: Mikex $ at $Modtime: 04-01-15 11:31 $ 
  15.  ****************************************************************************************
  16.  * Updates:
  17.  ****************************************************************************************
  18.  * $Log: /SourceCode/I64_Other/I64_DVDVR/Playcore/FileSys/UDF/dvd_vr.h $
  19.  * 
  20.  * 2     04-01-23 15:06 Mikex
  21.  * 
  22.  ****************************************************************************************/
  23. /////////////////////////////////////////////////////////////////////////////
  24. // dvd_vr.h - Definitions and Data-Structures described in dvd-vr
  25. //
  26. // Author: Mike Xia
  27. #include "Config.h" // Global Configuration - do not remove!
  28. #ifdef DVD_VR_SUPPORT
  29. #ifndef __DVD_VR_H_
  30. #define __DVD_VR_H_
  31. #define VOLUME_RECOGNITION_SIZE 8
  32. #define ANCHOR_VOLUME_DESCRIPTOR_POINTER_SIZE 32
  33. #define VOLUME_DESCRIPTOR_SIZE 512
  34. #define PRIMARY_VOLUME_DESCRIPTOR_SIZE 490
  35. #define IMPLEMENTATION_USE_VOLUME_DESCRIPTOR_SIZE 512
  36. #define PARTITION_DESCRIPTOR_SIZE 356
  37. #define LOGICAL_VOLUME_DESCRIPTOR_SIZE 504
  38. #define LOGICAL_VOLUME_INTEGRITY_DESCRIPTOR_SIZE 80
  39. #define SPARING_TABLE_MAP_ENTRY_SIZE 8
  40. #define SPARING_TABLE_RTL_OFFSET (48/8)
  41. #endif
  42. #endif //DVD_VR_SUPPORT