fimvlib.h
来自「支持三星原产的S3C24A0开发板」· C头文件 代码 · 共 36 行
H
36 行
/******************************************************************************
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 + =
减小字号Ctrl + -
显示快捷键?