Searched refs:ff_jni_jstring_to_utf_chars (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | ffjni.h | 51 char *ff_jni_jstring_to_utf_chars(JNIEnv *env, jstring string, void *log_ctx);
|
H A D | ffjni.c | 98 char *ff_jni_jstring_to_utf_chars(JNIEnv *env, jstring string, void *log_ctx) in ff_jni_jstring_to_utf_chars() function 194 name = ff_jni_jstring_to_utf_chars(env, string, log_ctx); in ff_jni_exception_get_summary() 216 message = ff_jni_jstring_to_utf_chars(env, string, log_ctx); in ff_jni_exception_get_summary()
|
H A D | mediacodec_wrapper.c | 461 name = ff_jni_jstring_to_utf_chars(env, codec_name, log_ctx); in ff_AMediaCodecList_getCodecNameByType() 490 supported_type = ff_jni_jstring_to_utf_chars(env, type, log_ctx); in ff_AMediaCodecList_getCodecNameByType() 743 ret = ff_jni_jstring_to_utf_chars(env, description, format); in ff_AMediaFormat_toString() 958 *out = ff_jni_jstring_to_utf_chars(env, result, format); in ff_AMediaFormat_getString() 1351 ret = ff_jni_jstring_to_utf_chars(env, name, codec); in ff_AMediaCodec_getName()
|
Completed in 5 milliseconds