Searched refs:jInputFilePath (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/cpp/ |
H A D | NativeExtractor.cpp | 28 JNIEnv *env, jobject thiz, jstring jInputFilePath, jstring jInputFileName, in Java_com_android_media_benchmark_library_Native_Extract() argument 31 const char *inputFilePath = env->GetStringUTFChars(jInputFilePath, nullptr); in Java_com_android_media_benchmark_library_Native_Extract() 76 env->ReleaseStringUTFChars(jInputFilePath, inputFilePath); in Java_com_android_media_benchmark_library_Native_Extract()
|
H A D | NativeMuxer.cpp | 30 JNIEnv *env, jobject thiz, jstring jInputFilePath, jstring jInputFileName, in Java_com_android_media_benchmark_library_Native_Mux() argument 34 const char *inputFilePath = env->GetStringUTFChars(jInputFilePath, nullptr); in Java_com_android_media_benchmark_library_Native_Mux() 143 env->ReleaseStringUTFChars(jInputFilePath, inputFilePath); in Java_com_android_media_benchmark_library_Native_Mux()
|