Lines Matching refs:cdstPath

364     const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr);  in nativeTestSetLocation()  local
365 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestSetLocation()
433 ALOGE("failed to open output file %s", cdstPath); in nativeTestSetLocation()
435 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestSetLocation()
446 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestSetOrientationHint() local
447 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestSetOrientationHint()
498 ALOGE("failed to open output file %s", cdstPath); in nativeTestSetOrientationHint()
500 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestSetOrientationHint()
529 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestMultiTrack() local
531 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestMultiTrack()
539 auto* dstInfo = new MuxerNativeTestHelper(cdstPath); in nativeTestMultiTrack()
557 ALOGE("failed to open output file %s", cdstPath); in nativeTestMultiTrack()
560 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestMultiTrack()
600 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestOffsetPts() local
607 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestOffsetPts()
613 auto* outInfo = new MuxerNativeTestHelper(cdstPath); in nativeTestOffsetPts()
621 ALOGE("failed to open output file %s", cdstPath); in nativeTestOffsetPts()
631 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestOffsetPts()
652 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestSimpleMux() local
659 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestSimpleMux()
667 auto* outInfo = new MuxerNativeTestHelper(cdstPath, cmime); in nativeTestSimpleMux()
680 cdstPath); in nativeTestSimpleMux()
683 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestSimpleMux()