mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-06-18 14:50:56 +00:00
Add support for i.MX6 VPU
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user