📄 dvp_ll_api.h
字号:
/* **************************************************************************************
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -