mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-23 08:36:42 +00:00
8 lines
133 B
C
8 lines
133 B
C
#include <jni.h>
|
|
|
|
int nv_imx_init(void);
|
|
|
|
int nv_imx_decode(unsigned char* indata, int inlen, int last);
|
|
|
|
void nv_imx_destroy(void);
|