Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
NAV_ERR.H
Package: tb_i86_wr_1019_1102. [view]
Upload User: super_houu
Upload Date: 2008-09-21
Package Size: 4099k
Code Size: 2k
Category:
DVD
Development Platform:
Others
- /* **************************************************************************************
- * Copyright (c) 2002 ZORAN Corporation, All Rights Reserved
- * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
- *
- * File: $Workfile: NAV_ERR.H $
- *
- * Description:
- * ============
- * DVD navigation error desacription
- *
- * Log:
- * ====
- * $Revision: 4 $
- * Last Modified by $Author: Angieh $ at $Modtime: 04-02-25 19:03 $
- ****************************************************************************************
- * Updates:
- ****************************************************************************************
- * $Log: /I76/I76_Common/I76_Reference/Playcore/Nav_DVD/Header/NAV_ERR.H $
- *
- * 4 04-02-25 19:04 Angieh
- * Add error type DVDNAV_ERR_WATERMARK_STOP.
- *
- * 3 2/20/04 6:16p Glenl
- * Merged S1 code
- *
- * 2 12/30/03 11:28a Leonh
- * Angieh:Change for DVD AUDIO navigator header.
- *
- * 4 8/20/03 2:56p Leonh
- * Merge dvd audio code with the latest nav_dvd code with reference
- *
- *
- * 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
- *
- * 4 9/01/02 16:40 Nirm
- * Corrected Include-Paths.
- *
- * 3 9/01/02 14:53 Atai
- * Code cleaning
- **************************************************************************************** */
- #include "Config.h" // Global Configuration - do not remove!
- #ifndef _NAV_ERR_H
- #define _NAV_ERR_H
- #include "PlaycoreCoremaincore_err.h"
- #define DVDNAV_ERR_PROHIBITED_UOP MAKE_ERROR_CODE(DVDNAV_ERROR_BASE, 1 )
- #define DVDNAV_ERR_PARENTAL_LEVEL_PROHIBIT MAKE_ERROR_CODE(DVDNAV_ERROR_BASE, 2 )
- #define DVDNAV_ERR_REPEAT_AB_PROHIBIT MAKE_ERROR_CODE(DVDNAV_ERROR_BASE, 3 ) /* ZORAN TC0131 */
- #define DVDNAV_ERR_STOP MAKE_ERROR_CODE(DVDNAV_ERROR_BASE, 4 ) /* ZORAN BMV0209 */
- #define DVDNAV_ERR_INVALID_REGION MAKE_ERROR_CODE(DVDNAV_ERROR_BASE, 5 ) /* ZORAN TC0314 */
- #define DVDNAV_ERR_SHUFFLE_PROHIBIT MAKE_ERROR_CODE(DVDNAV_ERROR_BASE, 6 ) /* ZORAN TC0330 */
- // <<< ZKR GL082103 : Added invalid TV system error code.
- #if defined(D_PROHIBIT_PAL_TO_NTSC)
- #define DVDNAV_ERR_INVALID_TV_SYSTEM MAKE_ERROR_CODE(DVDNAV_ERROR_BASE, 8 )
- #endif
- // ZKR GL082103 >>>
- #ifdef WATERMARK_SUPPORT
- #define DVDNAV_ERR_WATERMARK_STOP MAKE_ERROR_CODE(DVDNAV_ERROR_BASE, 9)
- #endif
- #endif