Add support for i.MX6 VPU

This commit is contained in:
Iwan Timmer
2014-08-12 14:29:47 +00:00
parent 09f3f851fd
commit 4c27ff8090
8 changed files with 508 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
#include <jni.h>
int nv_imx_init(void);
int nv_imx_decode(unsigned char* indata, int inlen, int last);
void nv_imx_destroy(void);