mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-06-18 14:50:56 +00:00
Add video decoder using OpenMax LI on Raspberry Pi
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user