30 lines
737 B
C
Executable File
30 lines
737 B
C
Executable File
/******************************************************************************
|
|
Copyright (C), 2001-2016, Allwinner Tech. Co., Ltd.
|
|
******************************************************************************
|
|
File Name : VIPPDrawOsd_V5.h
|
|
Version : Initial Draft
|
|
Author : Allwinner BU3-PD2 Team
|
|
Created : 2017/07/31
|
|
Last Modified :
|
|
Description :
|
|
Function List :
|
|
History :
|
|
******************************************************************************/
|
|
#ifndef _VIPPDRAWOSD_V5_H_
|
|
#define _VIPPDRAWOSD_V5_H_
|
|
|
|
#include <mm_common.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
ERRORTYPE videoInputHw_DrawOSD_V5(VI_DEV vipp_id);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* _VIPPDRAWOSD_V5_H_ */
|
|
|