Add video decoder using OpenMax LI on Raspberry Pi

This commit is contained in:
Iwan Timmer
2014-01-07 01:36:00 +01:00
parent 887b2ac8f7
commit 34d793628b
6 changed files with 384 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#include <jni.h>
int nv_omx_init(void);
int nv_omx_decode(unsigned char* indata, int inlen, int last);
void nv_omx_stop(void);
void nv_omx_destroy(void);