cedarX_vdec.h 903 字节
/**
 ********************************************************************
 * @file    cedarX_vdec.h
 *          用于cedarX进行解码
 *
 *********************************************************************
 */

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

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

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


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


/* Exported functions --------------------------------------------------------*/
int CedarX_vdec_init(int width, int height,  int ScaleRatio,int FrameRate);
int CedarX_H264_TO_NV21_DecodeOneFrame(unsigned char *InputBuffer, int InputBufferLenth);

#endif