Home
last modified time | relevance | path

Searched refs:jdstPath (Results 1 – 2 of 2) sorted by relevance

/cts/tests/media/jni/
DNativeMuxerUnitTest.cpp60 static jboolean nativeTestIfReadOnlyFdIsRejected(JNIEnv* env, jobject, jstring jdstPath) { in nativeTestIfReadOnlyFdIsRejected() argument
61 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIfReadOnlyFdIsRejected()
71 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfReadOnlyFdIsRejected()
75 static jboolean nativeTestIfWriteOnlyFdIsRejected(JNIEnv* env, jobject, jstring jdstPath) { in nativeTestIfWriteOnlyFdIsRejected() argument
76 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIfWriteOnlyFdIsRejected()
86 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfWriteOnlyFdIsRejected()
90 static jboolean nativeTestIfNonSeekableFdIsRejected(JNIEnv* env, jobject, jstring jdstPath) { in nativeTestIfNonSeekableFdIsRejected() argument
91 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIfNonSeekableFdIsRejected()
102 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfNonSeekableFdIsRejected()
106 static jboolean nativeTestIfInvalidOutputFormatIsRejected(JNIEnv* env, jobject, jstring jdstPath) { in nativeTestIfInvalidOutputFormatIsRejected() argument
[all …]
DNativeMuxerTest.cpp353 jstring jdstPath) { in nativeTestSetLocation() argument
364 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestSetLocation()
435 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestSetLocation()
440 jstring jdstPath) { in nativeTestSetOrientationHint() argument
446 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestSetOrientationHint()
500 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestSetOrientationHint()
505 jstring jsrcPathB, jstring jrefPath, jstring jdstPath) { in nativeTestMultiTrack() argument
529 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestMultiTrack()
560 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestMultiTrack()
594 jstring jdstPath, jintArray joffsetIndices) { in nativeTestOffsetPts() argument
[all …]