Home
last modified time | relevance | path

Searched refs:ff_jni_exception_get_summary (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dffjni.h73 int ff_jni_exception_get_summary(JNIEnv *env, jthrowable exception, char **error, void *log_ctx);
Dffjni.c141 int ff_jni_exception_get_summary(JNIEnv *env, jthrowable exception, char **error, void *log_ctx) in ff_jni_exception_get_summary() function
272 if ((ret = ff_jni_exception_get_summary(env, exception, &message, log_ctx)) < 0) { in ff_jni_exception_check()