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

📄 fimvlib.h

📁 支持三星原产的S3C24A0开发板
💻 H
字号:
/******************************************************************************

 Filename:	fimvlib.h

 Descriptions		
 - none

 History
 -08.Aug.2003:purnnamu
  draft
 
 Copyright (c) 2003 SAMSUNG Electronics.
 # However, Anybody can use this code without our permission.  

 ******************************************************************************/
 
#ifndef __FIMVLIB_H__
#define __FIMVLIB_H__

#ifdef __cplusplus
extern "C" {
#endif

#include "..\include\def.h"
#include "..\include\fim20_def.h"

U32 AllocImage420(PIMAGE420 pImage420,U32 freeBuf,U32 imageWidth,U32 imageHeight,U32 type);
void CopyImage420(PIMAGE420 pDstImage420,PIMAGE420 pSrcImage420);


#ifdef __cplusplus
}
#endif

#endif /*__FIMVLIB_H__*/

⌨️ 快捷键说明

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