Files
Linux_Drivers/freertos/cvitek/common/include/cv1835/cvi_pqbin.h
carbon ca03037500 freertos: release the generic version source code
freertos runs on the second core (small one) of the CPU
2023-10-19 14:31:43 +08:00

27 lines
511 B
C

#ifndef __CVI_PQBIN_H__
#define __CVI_PQBIN_H__
#ifdef __cplusplus
#if __cplusplus
extern "C" {
#endif
#endif
#include "cvi_comm_isp.h"
#include "cvi_comm_video.h"
CVI_S32 CVI_PQBIN_SetEncrypt(void);
CVI_S32 CVI_PQBIN_SetSnsWDRMode(const WDR_MODE_E wdrMode);
CVI_S32 CVI_PQBIN_SetBinPath(const CVI_CHAR *binPath);
CVI_S32 CVI_PQBIN_SetBinName(const CVI_CHAR *binName);
CVI_S32 CVI_PQBIN_GetVpssAdjustmentAttr(VPSS_ADJUSTMENT_ATTR_S *pstVpssAttr);
#ifdef __cplusplus
#if __cplusplus
}
#endif
#endif
#endif