Home
last modified time | relevance | path

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

/external/opencv3/modules/ts/src/
Dts_perf.cpp182 if (!storageInPath.empty()) in init()
200 storageInPath = path_base + testSuitName + ext; in init()
205 storageInPath = testSuitName + ext; in init()
213 if (storageIn.open(storageInPath, cv::FileStorage::READ)) in init()
216 … if (storageInPath.length() > 3 && storageInPath.substr(storageInPath.length()-3) == ".gz") in init()
223 LOGE("Failed to open sanity data for reading: %s", storageInPath.c_str()); in init()
227 storageOutPath = storageInPath; in init()
250 int mode = (storageIn.isOpened() && storageInPath == storageOutPath) in write()
/external/opencv3/modules/ts/include/opencv2/ts/
Dts_perf.hpp186 std::string storageInPath; member in perf::Regression