hi_preview.h
来自「嵌入式linux系统下hi3510平台的osd开发源码」· C头文件 代码 · 共 52 行
H
52 行
/****************************************************************************** Copyright (C), 2001-2011, Hisilicon Tech. Co., Ltd. ****************************************************************************** File Name : Hi_Preview.h Version : Initial Draft Author : Hisilicon multimedia software group Created : 2006/01/19 Description : Hi_Preview.c header file History : 1.Date : 2006/01/19 Author : cchao Modification: Created file******************************************************************************/#ifndef __HI_PREVIEW_H__#define __HI_PREVIEW_H__#include <hi_common.h>#ifdef __cplusplus#if __cplusplusextern "C"{#endif#endif /* End of #ifdef __cplusplus *//* Create the preview channel */HI_S32 HI_PREV_CreateCH( HI_S32 chnID, VIDEO_PREVIEW_TYPE_E enType, RECT_S *pRect); /* Destroy the preview channel */HI_S32 HI_PREV_DestroyCH();/* Start the preview channel */HI_S32 HI_PREV_StartCH();/* Stop the preview channel */HI_S32 HI_PREV_StopCH();#ifdef __cplusplus#if __cplusplus}#endif#endif /* End of #ifdef __cplusplus */#endif /* End of #ifndef __HI_PREVIEW_H__ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?