RTK_mmp_LibInclude.h
1.0 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/**
********************************************************************
* @file RTK_mmp_LibInclude.h
*
*********************************************************************
*/
/* Define to prevent recursive inclusion 避免重定义 -------------------------------------*/
#ifndef RTK_MMP_LIBINCLUDE_H
#define RTK_MMP_LIBINCLUDE_H
/* Includes ------------------------------------------------------------------*/
#ifdef RTK_MPP_STATUS_ON
#include "rockchip/mpp_common.h" //这个.h能在mpp的源码中找到
#include "rockchip/mpp_packet.h"
#include "rockchip/rk_mpi.h"
#include "rockchip/mpp_env.h" //这个.h能在mpp的源码中找到
#include "rockchip/rk_venc_rc.h"
#endif
#ifdef __cplusplus
extern "C" {
#endif
/* Exported constants --------------------------------------------------------*/
/* 常亮定义*/
/* Exported types ------------------------------------------------------------*/
/* Exported functions --------------------------------------------------------*/
#ifdef __cplusplus
}
#endif
#endif