📄 fimvlib.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\fim20_def.h"
unsigned int AllocImage420(PIMAGE420 pImage420,unsigned int freeBuf,unsigned int imageWidth,unsigned int imageHeight,unsigned int type);
void CopyImage420(PIMAGE420 pDstImage420,PIMAGE420 pSrcImage420);
#ifdef __cplusplus
}
#endif
#endif /*__FIMVLIB_H__*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -