mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-22 04:22:45 +00:00
6 lines
209 B
C
6 lines
209 B
C
int nv_avc_init(int width, int height);
|
|
void nv_avc_destroy(void);
|
|
int nv_avc_get_current_frame(char* yuvframe, int size);
|
|
int nv_avc_get_frame_size(void);
|
|
int nv_avc_decode(unsigned char* indata, int inlen);
|