2013-11-24 21:46:47 -05:00

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);