stp_rd.h

来自「Zoran V966 DVD 解码 Soc芯片的源程序」· C头文件 代码 · 共 55 行

H
55
字号
/**********************************************************************************
 *  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 + =
减小字号Ctrl + -
显示快捷键?