CedarX_InAndOut.h
1019 字节
/**
********************************************************************
* @file CedarX_InAndOut.h
* 用于转码拍下来的照片以及视频
*
*********************************************************************
*/
/* Define to prevent recursive inclusion 避免重定义 -------------------------------------*/
#ifndef CEDARX_INANTOUT_H
#define CEDARX_INANTOUT_H
/* Includes ------------------------------------------------------------------*/
#include "JZsdk_Base/JZsdk_Code/JZsdk_Code.h"
#ifdef __cplusplus
extern "C" {
#endif
/* Exported constants --------------------------------------------------------*/
/* 常亮定义*/
int CedarX_Test();
int CedarX_DecodeOneFrame(unsigned char *InputBuffer, int InputBufferLenth);
/* Exported types ------------------------------------------------------------*/
/* Exported functions --------------------------------------------------------*/
#ifdef __cplusplus
}
#endif
#endif // TEST_PAYLOAD_CAM_EMU_MEDIA_H