fimvlib.h

来自「三星s3c2460开发板完整功能测试代码」· C头文件 代码 · 共 35 行

H
35
字号
/******************************************************************************

 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 + =
减小字号Ctrl + -
显示快捷键?