dvd_vr.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: dvd_vr.h $
- *
- * Description:
- * ============
- *
- *
- * Log:
- * ====
- * $Revision: 2 $
- * Last Modified by $Author: Mikex $ at $Modtime: 04-01-15 11:31 $
- ****************************************************************************************
- * Updates:
- ****************************************************************************************
- * $Log: /SourceCode/I64_Other/I64_DVDVR/Playcore/FileSys/UDF/dvd_vr.h $
- *
- * 2 04-01-23 15:06 Mikex
- *
- ****************************************************************************************/
- /////////////////////////////////////////////////////////////////////////////
- // dvd_vr.h - Definitions and Data-Structures described in dvd-vr
- //
- // Author: Mike Xia
- #include "Config.h" // Global Configuration - do not remove!
- #ifdef DVD_VR_SUPPORT
- #ifndef __DVD_VR_H_
- #define __DVD_VR_H_
- #define VOLUME_RECOGNITION_SIZE 8
- #define ANCHOR_VOLUME_DESCRIPTOR_POINTER_SIZE 32
- #define VOLUME_DESCRIPTOR_SIZE 512
- #define PRIMARY_VOLUME_DESCRIPTOR_SIZE 490
- #define IMPLEMENTATION_USE_VOLUME_DESCRIPTOR_SIZE 512
- #define PARTITION_DESCRIPTOR_SIZE 356
- #define LOGICAL_VOLUME_DESCRIPTOR_SIZE 504
- #define LOGICAL_VOLUME_INTEGRITY_DESCRIPTOR_SIZE 80
- #define SPARING_TABLE_MAP_ENTRY_SIZE 8
- #define SPARING_TABLE_RTL_OFFSET (48/8)
- #endif
- #endif //DVD_VR_SUPPORT