cedarX_venc.h 966 字节
/**
 ********************************************************************
 * @file    cedarX_venc.h
 *          用于cedarX进行编码
 *
 *********************************************************************
 */

/* Define to prevent recursive inclusion 避免重定义 -------------------------------------*/
#ifndef CEDARX_VENC_H
#define CEDARX_VENC_H

/* Includes ------------------------------------------------------------------*/

/* Exported constants --------------------------------------------------------*/
/* 常亮定义*/


/* Exported types ------------------------------------------------------------*/


/* Exported functions --------------------------------------------------------*/
int CedarX_venc_init(int height, int width, int charm);
int CedarX_encode_uninit();
int CedarX_NV12_TO_H264_EncodeOneFrame(unsigned char *AddrVirY, unsigned char *AddrVirC, char **EncodeReturnBuffer, int *EncodeReturnLength);


#endif