Home | History | Annotate | Download | only in libctscamera2jni

Lines Matching defs:outPath

1593     const char* outPath = env->GetStringUTFChars(jOutPath, nullptr);
1594 testCase.setDumpFilePathBase(outPath);
1595 ALOGI("%s: out path is %s", __FUNCTION__, outPath);
1697 env->ReleaseStringUTFChars(jOutPath, outPath);
1719 const char* outPath = env->GetStringUTFChars(jOutPath, nullptr);
1720 testCase.setDumpFilePathBase(outPath);
1721 ALOGI("%s: out path is %s", __FUNCTION__, outPath);
1837 env->ReleaseStringUTFChars(jOutPath, outPath);