From d2e1446d81725c351dc73a03b397ce043fb18452 Mon Sep 17 00:00:00 2001 From: Meizu OpenSource Date: Mon, 15 Aug 2016 10:19:42 +0800 Subject: first commit --- include/linux/vcodec/vcodec_customization.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 include/linux/vcodec/vcodec_customization.h (limited to 'include/linux/vcodec/vcodec_customization.h') diff --git a/include/linux/vcodec/vcodec_customization.h b/include/linux/vcodec/vcodec_customization.h new file mode 100644 index 000000000..e76007c30 --- /dev/null +++ b/include/linux/vcodec/vcodec_customization.h @@ -0,0 +1,19 @@ +#ifndef VCODEC_CUSTOMIZATION_H +#define VCODEC_CUSTOMIZATION_H + +#include "vcodec_if_v2.h" + + + + + +extern VCODEC_DEC_API_T *GetH264DecoderAPI(void); +//VCODEC_DEC_API_T *GetRMDecoderAPI(void); //RV8,RV9,RV10 +//VCODEC_DEC_API_T *GetMPEG4DecoderAPI(void); +//VCODEC_DEC_API_T *GetMPEG4VTDecoderAPI(void); +//VCODEC_DEC_API_T *GetVP8DecoderAPI(void); + +//VCODEC_ENC_API_T *GetMPEG4EncoderAPI(void); +//VCODEC_ENC_API_T *GetMPEG4SWVTEncoderAPI(void); + +#endif /* VCODEC_CUSTOMIZATION_H */ \ No newline at end of file -- cgit v1.2.3