RTK_mmp_dec.h 494 字节
#ifndef RTK_MMP_DEC_H
#define RTK_MMP_DEC_H

#include "version_choose.h"

#if RTK_MPP_STATUS == VERSION_SWITCH_ON

#include "rockchip/rk_type.h"
#include "rockchip/mpp_frame.h"
#include "JZsdk_Base/JZsdk_Code/JZsdk_Code.h"

T_JZsdkReturnCode RTK_mmp_dec_Init(void **index, MppCodingType int_type, MppFrameFormat out_format,int width, int height);
T_JZsdkReturnCode RTK_mmp_dec_input(void **index ,unsigned char *input_data, unsigned int input_data_len, MppFrame *out_put_frame);
#endif

#endif