Searched refs:ff_jni_exception_check (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mediacodec_wrapper.c | 372 if (ff_jni_exception_check(env, 1, avctx) < 0) { in ff_AMediaCodecProfile_getProfileFromAVCodecContext() 418 if (ff_jni_exception_check(env, 1, log_ctx) < 0) { in ff_AMediaCodecList_getCodecNameByType() 428 if (ff_jni_exception_check(env, 1, log_ctx) < 0) { in ff_AMediaCodecList_getCodecNameByType() 433 if (ff_jni_exception_check(env, 1, log_ctx) < 0) { in ff_AMediaCodecList_getCodecNameByType() 438 if (ff_jni_exception_check(env, 1, log_ctx) < 0) { in ff_AMediaCodecList_getCodecNameByType() 448 if (ff_jni_exception_check(env, 1, log_ctx) < 0) { in ff_AMediaCodecList_getCodecNameByType() 458 if (ff_jni_exception_check(env, 1, log_ctx) < 0) { in ff_AMediaCodecList_getCodecNameByType() 487 if (ff_jni_exception_check(env, 1, log_ctx) < 0) { in ff_AMediaCodecList_getCodecNameByType() 501 if (ff_jni_exception_check(env, 1, log_ctx) < 0) { in ff_AMediaCodecList_getCodecNameByType() 506 if (ff_jni_exception_check(env, 1, log_ctx) < 0) { in ff_AMediaCodecList_getCodecNameByType() [all …]
|
D | ffjni.c | 252 int ff_jni_exception_check(JNIEnv *env, int log, void *log_ctx) in ff_jni_exception_check() function 300 if ((ret = ff_jni_exception_check(env, mandatory, log_ctx)) < 0 && mandatory) { in ff_jni_init_jfields() 321 if ((ret = ff_jni_exception_check(env, mandatory, log_ctx)) < 0 && mandatory) { in ff_jni_init_jfields() 330 if ((ret = ff_jni_exception_check(env, mandatory, log_ctx)) < 0 && mandatory) { in ff_jni_init_jfields() 339 if ((ret = ff_jni_exception_check(env, mandatory, log_ctx)) < 0 && mandatory) { in ff_jni_init_jfields() 348 if ((ret = ff_jni_exception_check(env, mandatory, log_ctx)) < 0 && mandatory) { in ff_jni_init_jfields()
|
D | ffjni.h | 83 int ff_jni_exception_check(JNIEnv *env, int log, void *log_ctx);
|