HomeSort by relevance Sort by last modified time
    Searched refs:storageOutPath (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/ts/src/
ts_perf.cpp 201 storageOutPath = path_base + testSuitName;
206 storageOutPath = testSuitName;
217 storageOutPath += "_new";
218 storageOutPath += ext;
227 storageOutPath = storageInPath;
248 if (!storageOut.isOpened() && !storageOutPath.empty())
250 int mode = (storageIn.isOpened() && storageInPath == storageOutPath)
252 storageOut.open(storageOutPath, mode);
255 LOGE("Could not open \"%s\" file for writing", storageOutPath.c_str());
256 storageOutPath.clear()
    [all...]
  /external/opencv3/modules/ts/include/opencv2/ts/
ts_perf.hpp 187 std::string storageOutPath;

Completed in 1623 milliseconds