mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-21 20:13:06 +00:00
7 lines
202 B
C
7 lines
202 B
C
#include <jni.h>
|
|
|
|
int nv_avc_init(int width, int height, int perf_lvl);
|
|
void nv_avc_destroy(void);
|
|
void nv_avc_redraw(JNIEnv *env, jobject surface);
|
|
int nv_avc_decode(unsigned char* indata, int inlen);
|