📄 hi_md.h
字号:
/****************************************************************************** Copyright (C), 2001-2011, Hisilicon Tech. Co., Ltd. ****************************************************************************** File Name : hi_md.h Version : Initial Draft Author : Hisilicon multimedia software group Created : 2006/03/13 Description : History : 1.Date : 2006/3/13 Author : w60000787 Modification : Created function******************************************************************************/#ifndef __HI_MD_H__#define __HI_MD_H__#include "hi_comm_md.h"#include "hi_debug.h"#ifdef __cplusplus#if __cplusplusextern "C"{#endif#endif /* End of #ifdef __cplusplus *//* Set the MD(Motion Detect) area */HI_S32 HI_MD_SetArea(VENC_CHN ChnID, HI_U8 u8Mask[]);/* Get the MD area */HI_S32 HI_MD_GetArea(VENC_CHN ChnID, HI_U8 u8Mask[]);/* Enable the MD function */HI_S32 HI_MD_Enable(VENC_CHN ChnID);/* Disable the MD function */HI_S32 HI_MD_Disable(VENC_CHN ChnID);/* Get the VENC channel's MD enable status */HI_S32 HI_MD_GetEnable(VENC_CHN ChnID, HI_BOOL *pbEnable);/* Get the MD status */HI_S32 HI_MD_GetStatus (VENC_CHN ChnID, MD_STATUS_S *pStatus);#ifdef __cplusplus#if __cplusplus}#endif#endif /* End of #ifdef __cplusplus */#endif /* End of #ifndef __HI_MD_H__ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -