RTK_mmp_LibInclude.h 1.0 KB
/**
 ********************************************************************
 * @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