mc_test.h

来自「支持三星原产的S3C24A0开发板」· C头文件 代码 · 共 42 行

H
42
字号
/******************************************************************************

 Filename:	mc_test.h

 Descriptions		
 - none

 History
 -19.Dec.2003
  draft
 
 Copyright (c) 2003 SAMSUNG Electronics.
 # However, Anybody can use this code without our permission.  

 ******************************************************************************/
 
#ifndef __MC_TEST_H__
#define __MC_TEST_H__

#ifdef __cplusplus
extern "C" {
#endif


void McEngine(PIMAGE420 pPrevImage,PIMAGE420 pMcedImage,PME_VECTOR pMeVector,U32 mode);
void McInitIsr(void);


extern volatile U32 mcDone;


//McEngineGob mode
#define MC_FRAME_START_MODE		(1<<0)


#ifdef __cplusplus
}
#endif

#endif /*__MC_TEST_H__*/

⌨️ 快捷键说明

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