Lines Matching refs:jdstPath
546 jstring jdstPath) { in nativeTestSetLocation() argument
557 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestSetLocation()
628 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestSetLocation()
633 jstring jdstPath) { in nativeTestSetOrientationHint() argument
639 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestSetOrientationHint()
693 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestSetOrientationHint()
698 jstring jsrcPathB, jstring jrefPath, jstring jdstPath) { in nativeTestMultiTrack() argument
723 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestMultiTrack()
754 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestMultiTrack()
788 jstring jdstPath, jintArray joffsetIndices) { in nativeTestOffsetPts() argument
796 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestOffsetPts()
830 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestOffsetPts()
837 static jboolean nativeTestSimpleMux(JNIEnv* env, jobject, jstring jsrcPath, jstring jdstPath, in nativeTestSimpleMux() argument
851 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestSimpleMux()
882 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestSimpleMux()
897 static jboolean nativeTestGetTrackCount(JNIEnv* env, jobject, jstring jsrcPath, jstring jdstPath, in nativeTestGetTrackCount() argument
902 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestGetTrackCount()
928 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestGetTrackCount()
977 static jboolean nativeTestGetTrackFormat(JNIEnv* env, jobject, jstring jsrcPath, jstring jdstPath, in nativeTestGetTrackFormat() argument
982 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestGetTrackFormat()
1011 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestGetTrackFormat()
1067 jstring jdstPath) { in nativeTestSimpleAppend() argument
1071 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestSimpleAppend()
1152 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestSimpleAppend()
1232 jstring jsrcPath, jstring jdstPath) { in nativeTestIgnoreLastGOPAppend() argument
1236 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIgnoreLastGOPAppend()
1324 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIgnoreLastGOPAppend()