Home
last modified time | relevance | path

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

/external/opencv3/modules/ts/src/
Dts_perf.cpp201 storageOutPath = path_base + testSuitName; in init()
206 storageOutPath = testSuitName; in init()
217 storageOutPath += "_new"; in init()
218 storageOutPath += ext; in init()
227 storageOutPath = storageInPath; in init()
248 if (!storageOut.isOpened() && !storageOutPath.empty()) in write()
250 int mode = (storageIn.isOpened() && storageInPath == storageOutPath) in write()
252 storageOut.open(storageOutPath, mode); in write()
255 LOGE("Could not open \"%s\" file for writing", storageOutPath.c_str()); in write()
256 storageOutPath.clear(); in write()
/external/opencv3/modules/ts/include/opencv2/ts/
Dts_perf.hpp187 std::string storageOutPath; member in perf::Regression