- 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
34 lines
718 B
C
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__*/
|