⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stp_rd.h

📁 Zoran V966 DVD 解码 Soc芯片的源程序
💻 H
字号:
/**********************************************************************************
 *  Copyright (c) 2002 ZORAN Corporation, All Rights Reserved
 *  THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
 *
 *  File: $Workfile: stp_rd.h $             
 *
 * Description: 
 * ============
 * STP Driver.
 * 
 * Log:
 * ====
 * $Revision: $
 * Last Modified by $Author: $ at $Modtime: $ 
 **********************************************************************************
 * Updates:
 **********************************************************************************
 * $Log: $
 * 
 * 
 *********************************************************************************/
#include "Config.h"		/* Global Configuration - do not remove! */


#ifndef  _STP_RD
#define  _STP_RD


/*** Include Files ***************************************************************/
#include "Include\SysDefs.h"
#include "Drive\Zfe\zfe.h"
#include "Drive\Zfe\Disc\Reader\rd_defs.h"


/*** Defines *********************************************************************/


/*** Typedefs ********************************************************************/
typedef enum
{
	STP_RD_BIF_FIFO_READY_E,			/* BID fifo is ready */
	STP_RD_BIF_FIFO_FULL_E,			/* STP fifo is full */
	STP_RD_ILLEGAL_STATE_E			/* Illegal state : interrupt, while no status was set */
} STP_RD_STATUS_ET;


/*** Public Functions ************************************************************/
STP_RD_STATUS_ET STP_RD_GetPsn(RD_DEFS_STD_BLK_ST * blk_p, UINT8 * num_of_entries);
#ifndef SUBCODEQ_STREAMING_SUPPORT
ZFE_ERR_CODE	 STP_RD_GetSubCodeQ(UINT8 o_aSubcodeQ[12]);
#endif
UINT16			 STP_RD_GetDefectLength(void);


#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -