mpi_photo.h 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /******************************************************************************
  2. Copyright (C), 2017-2018, Hisilicon Tech. Co., Ltd.
  3. ******************************************************************************
  4. File Name : mpi_photo.h
  5. Version : Initial Draft
  6. Author :
  7. Created :
  8. Last Modified :
  9. Description : mpi photo function declarations
  10. Function List :
  11. History :
  12. 1.Date : 20171216
  13. Author :
  14. Modification: Create
  15. ******************************************************************************/
  16. #ifndef __MPI_PHOTO_H__
  17. #define __MPI_PHOTO_H__
  18. #include "hi_common.h"
  19. #include "hi_comm_photo.h"
  20. #ifdef __cplusplus
  21. #if __cplusplus
  22. extern "C"{
  23. #endif
  24. #endif /* __cplusplus */
  25. HI_S32 HI_MPI_PHOTO_AlgInit(PHOTO_ALG_TYPE_E enAlgType, const PHOTO_ALG_INIT_S* pstPhotoInit);
  26. HI_S32 HI_MPI_PHOTO_AlgDeinit(PHOTO_ALG_TYPE_E enAlgType);
  27. HI_S32 HI_MPI_PHOTO_AlgProcess(PHOTO_ALG_TYPE_E enAlgType, const PHOTO_ALG_ATTR_S* pstPhotoAttr);
  28. HI_S32 HI_MPI_PHOTO_SetAlgCoef(PHOTO_ALG_TYPE_E enAlgType, const PHOTO_ALG_COEF_S* pstAlgCoef);
  29. HI_S32 HI_MPI_PHOTO_GetAlgCoef(PHOTO_ALG_TYPE_E enAlgType, PHOTO_ALG_COEF_S* pstAlgCoef);
  30. #ifdef __cplusplus
  31. #if __cplusplus
  32. }
  33. #endif
  34. #endif /* __cplusplus */
  35. #endif /* __MPI_PHOTO_H__ */