dvp_ll_api.h

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

H
39
字号
/* **************************************************************************************
*  Copyright (c) 2002 ZORAN Corporation, All Rights Reserved
*  THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
*
*  File: DEC_LL_API.h
*
* Description:
* ============
*
*
*****************************************************************************************/
#ifndef _DEC_LL_API_H
#define _DEC_LL_API_H

#include "Config.h"		// Global Configuration - do not remove!

/////////////////////////////////////////////////////////////////////////////////////////////////
// Include files

#include "Include\SysDefs.h"
#include "Include\cpu_address.h"
#include "PBC\pbc_api.h"
#include "Playcore\nav_dvd\header\HLI_Defs.h"
#include "DEC_LL_uCodes.h"
#include "decoder_setting\sdram_config.h"

/////////////////////////////////////////////////////////////////////////////////////////////////
// Global Variables declarations

extern DVP_UCODE_ID far CurrentDVPmicrocode;

/////////////////////////////////////////////////////////////////////////////////////////////////
// API

BOOL DVP_LL_UcodeDownload(DVP_UCODE_ID dvp_ucode);

#endif//_DEC_LL_API_H

⌨️ 快捷键说明

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