mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-18 14:30:17 +00:00
9 lines
157 B
C
9 lines
157 B
C
#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);
|