Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeMuxerUnitTest.cpp61 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIfReadOnlyFdIsRejected() local
62 FILE* ofp = fopen(cdstPath, "rbe"); in nativeTestIfReadOnlyFdIsRejected()
64 ALOGE("Unable to open file %s", cdstPath); in nativeTestIfReadOnlyFdIsRejected()
65 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfReadOnlyFdIsRejected()
76 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfReadOnlyFdIsRejected()
99 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIfInvalidOutputFormatIsRejected() local
100 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestIfInvalidOutputFormatIsRejected()
102 ALOGE("Unable to open file %s", cdstPath); in nativeTestIfInvalidOutputFormatIsRejected()
103 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfInvalidOutputFormatIsRejected()
124 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfInvalidOutputFormatIsRejected()
[all …]
DNativeMuxerTest.cpp558 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestSetLocation() local
559 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestSetLocation()
627 ALOGE("failed to open output file %s", cdstPath); in nativeTestSetLocation()
629 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestSetLocation()
643 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestSetOrientationHint() local
644 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestSetOrientationHint()
695 ALOGE("failed to open output file %s", cdstPath); in nativeTestSetOrientationHint()
697 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestSetOrientationHint()
727 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestMultiTrack() local
729 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestMultiTrack()
[all …]