dat video and audio works

This commit is contained in:
Diego Waxemberg
2013-12-07 20:02:01 -05:00
parent 8da7290423
commit 09cbf4f7f1
93 changed files with 21887 additions and 13 deletions
+14
View File
@@ -0,0 +1,14 @@
#include <jni.h>
int nv_avc_init(int width, int height, int perf_lvl, int thread_count);
void nv_avc_destroy(void);
int nv_avc_get_raw_frame(char* buffer, int size);
int nv_avc_get_rgb_frame(char* buffer, int size);
int nv_avc_get_rgb_frame_int(int* buffer, int size);
int nv_avc_set_render_target(JNIEnv *env, jobject surface);
int nv_avc_redraw(void);
int nv_avc_get_input_padding_size(void);
int nv_avc_decode(unsigned char* indata, int inlen);