fix build error.
Change-Id: I733d10d084d6cea8f281eb3d38a3bdd06c042b33
This commit is contained in:
committed by
sam.xiang
parent
4075eb7e9b
commit
db9bea8b47
38
middleware/v2/sample/vdec/include/sample_vdec_testcase.h
Normal file
38
middleware/v2/sample/vdec/include/sample_vdec_testcase.h
Normal file
@ -0,0 +1,38 @@
|
||||
/*
|
||||
* Copyright (C) Cvitek Co., Ltd. 2019-2020. All rights reserved.
|
||||
*
|
||||
* File Name: sample_vdec_testcase.h
|
||||
* Description:
|
||||
*/
|
||||
|
||||
#ifndef __SAMPLE_VDEC_TESTCASE_H__
|
||||
#define __SAMPLE_VDEC_TESTCASE_H__
|
||||
|
||||
#include "sample_comm.h"
|
||||
#include "sample_vdec_lib.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
#if __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#endif /* End of #ifdef __cplusplus */
|
||||
|
||||
typedef enum _SAMPLE_VDEC_TEST_MODE_ {
|
||||
VCODEC_SINGLE_STREAM_MODE = 0,
|
||||
H264_CONTI_DECODE_MODE = 1,
|
||||
H265_CONTI_DECODE_MODE = 2,
|
||||
JPEG_CONTI_DECODE_MODE = 3,
|
||||
SAMPLE_VDEC_TEST_MODE_MAX = 4,
|
||||
} SAMPLE_VDEC_TEST_MODE;
|
||||
|
||||
CVI_U32 vdecGetNumTestcase(CVI_U32 testMode);
|
||||
vdecChnInputCfg *vdecGetInputCfgTestcase(CVI_U32 testMode);
|
||||
|
||||
#ifdef __cplusplus
|
||||
#if __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif /* End of #ifdef __cplusplus */
|
||||
|
||||
#endif //__SAMPLE_VDEC_TESTCASE_H__
|
||||
|
||||
Reference in New Issue
Block a user