Lines Matching refs:jdstPath
547 jstring jdstPath) { in nativeTestSetLocation() argument
558 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestSetLocation()
629 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestSetLocation()
637 jstring jdstPath) { in nativeTestSetOrientationHint() argument
643 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestSetOrientationHint()
697 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestSetOrientationHint()
702 jstring jsrcPathB, jstring jrefPath, jstring jdstPath) { in nativeTestMultiTrack() argument
727 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestMultiTrack()
758 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestMultiTrack()
792 jstring jdstPath, jintArray joffsetIndices) { in nativeTestOffsetPts() argument
800 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestOffsetPts()
834 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestOffsetPts()
849 static jboolean nativeTestSimpleMux(JNIEnv* env, jobject, jstring jsrcPath, jstring jdstPath, in nativeTestSimpleMux() argument
863 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestSimpleMux()
895 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestSimpleMux()
910 static jboolean nativeTestGetTrackCount(JNIEnv* env, jobject, jstring jsrcPath, jstring jdstPath, in nativeTestGetTrackCount() argument
915 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestGetTrackCount()
941 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestGetTrackCount()
990 static jboolean nativeTestGetTrackFormat(JNIEnv* env, jobject, jstring jsrcPath, jstring jdstPath, in nativeTestGetTrackFormat() argument
995 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestGetTrackFormat()
1024 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestGetTrackFormat()
1080 jstring jdstPath) { in nativeTestSimpleAppend() argument
1084 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestSimpleAppend()
1165 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestSimpleAppend()
1245 jstring jsrcPath, jstring jdstPath) { in nativeTestIgnoreLastGOPAppend() argument
1249 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIgnoreLastGOPAppend()
1337 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIgnoreLastGOPAppend()