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