freertos: release the generic version source code

freertos runs on the second core (small one) of the CPU
This commit is contained in:
carbon
2023-10-19 14:31:43 +08:00
parent e266c53351
commit ca03037500
2166 changed files with 694154 additions and 58149 deletions

View File

@ -0,0 +1,26 @@
#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