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

📄 fta_handler.h

📁 ZORAN 962/966 SOURCE CODE,DVD chip
💻 H
字号:
/**********************************************************************************
 *  Copyright (c) 2002 ZORAN Corporation, All Rights Reserved
 *  THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
 *
 *  File: $Workfile: fta_handler.h $             
 *
 * Description: 
 * ============
 * 
 * 
 * Log:
 * ====
 * $Revision: $
 * Last Modified by $Author: $ at $Modtime: $ 
 **********************************************************************************
 * Updates:
 **********************************************************************************
 * $Log: $
 * 
 * 
 *********************************************************************************/
#include "Config.h"		/* Global Configuration - do not remove! */


#ifdef FTA_SUPPORT


#ifndef FTA_HANDLER_H
#define FTA_HANDLER_H


/*** Include Files ***************************************************************/
#include "Include\SysDefs.h"
#include "Drive\Zfe\zfe.h"
#include "Drive\drv_defs.h"
#include "Drive\Zfe\Shared\Pmq\pmq.h"


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


/*** Typedefs ********************************************************************/
typedef enum
{
	FTA_MSG_ABORT							= (0x0001 | FTA_MSG_ID),
	FTA_MSG_PLAY							= (0x0002 | FTA_MSG_ID),
	FTA_MSG_ADD_PID							= (0x0003 | FTA_MSG_ID),
    FTA_MSG_SECTION_READY					= (0x0004 | FTA_MSG_ID), 
	FTA_MSG_SECTION_ACK						= (0x0005 | FTA_MSG_ID),
	FTA_MSG_ALL								= (0x000F | FTA_MSG_ID)
} FTA_MSG_OP;


/*** Public Functions ************************************************************/
void		 FTA_Init(void);
void		 FTA_PlayHandler(PMQ_MSG * curr_msg);
ZFE_ERR_CODE FTA_PlaySections(void);
ZFE_ERR_CODE FTA_SendAbort(FTA_PLAYBACK_MODE curr_playback_mode);
ZFE_ERR_CODE FTA_AddPid(PID_INFO_ST * pid_info_p);
void		 FTA_SendSectionAck(UINT16 next_session_slot, UINT8 buff_index);


#endif


#endif






⌨️ 快捷键说明

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