sdk-hwV1.3/external/eyesee-mpp/middleware/sun8iw21/media/include/mpi_uvc_common.h

29 lines
911 B
C
Raw Normal View History

2024-05-07 10:09:20 +00:00
/******************************************************************************
Copyright (C), 2001-2016, Allwinner Tech. Co., Ltd.
******************************************************************************
File Name : mpi_uvc_common.h
Version : Initial Draft
Author : Allwinner BU3-PD2 Team
Created : 2016/11/17
Last Modified :
Description : mpi functions implement
Function List :
History :
******************************************************************************/
#ifndef __MPI_UVC_COMMON_H__
#define __MPI_UVC_COMMON_H__
#include "plat_type.h"
#include "plat_errno.h"
#include "plat_defines.h"
#include "plat_math.h"
#include "mm_common.h"
#include "mm_component.h"
ERRORTYPE UVC_Construct(void);
ERRORTYPE UVC_Destruct(void);
MM_COMPONENTTYPE* UVC_GetChnComp(MPP_CHN_S *pMppChn);
#endif /* __MPI_UVC_COMMON_H__ */