Files
SDK_SG200x_V2/middleware/v2/sample/vio/sample_vio.h
sophgo-forum-service 8b903d8fa7 mw_mpi: weekly rls 2024.05.22
- 9b31d0, [fix](sample):fix some error in sample_vio.
- d097e0, [style](gdc):Modify dwa to ldc.
- 6cc776, [fix](audio):fix the bug in sample_audio case4 when open vqe.

Change-Id: Id429708a0aa8b74ce1e1094838c62b6e8caf112d
2024-05-31 14:52:28 +08:00

34 lines
718 B
C

/*
* Copyright (C) Cvitek Co., Ltd. 2019-2020. All rights reserved.
*
* File Name: sample_vio.h
* Description:
*/
#ifndef __SAMPLE_VIO_H__
#define __SAMPLE_VIO_H__
#ifdef __cplusplus
#if __cplusplus
extern "C" {
#endif
#endif /* End of #ifdef __cplusplus */
#include <linux/cvi_common.h>
CVI_S32 SAMPLE_VIO_TWO_DEV_VO(void);
CVI_S32 SAMPLE_VIO_VoRotation(void);
CVI_S32 SAMPLE_VIO_ViVpssAspectRatio(void);
CVI_S32 SAMPLE_VIO_ViRotation(void);
CVI_S32 SAMPLE_VIO_VpssRotation(void);
CVI_S32 SAMPLE_VIO_VpssFileIO(SIZE_S stSize);
CVI_S32 SAMPLE_VIO_VpssCombine2File(SIZE_S stSize);
#ifdef __cplusplus
#if __cplusplus
}
#endif
#endif /* End of #ifdef __cplusplus */
#endif /* End of #ifndef __SAMPLE_VIO_H__*/