Home
last modified time | relevance | path

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

/external/opencv3/modules/ts/src/
Dts_perf.cpp33 static enum PERF_STRATEGY strategyForce = PERF_STRATEGY_DEFAULT;
942 return strategyForce == PERF_STRATEGY_DEFAULT ? strategyModule : strategyForce; in getCurrentModulePerformanceStrategy()
988 TestBase::TestBase(): testStrategy(PERF_STRATEGY_DEFAULT), declare(this) in TestBase()
1069 if (strategyForce == PERF_STRATEGY_DEFAULT) in getCurrentPerformanceStrategy()
1070 return (testStrategy == PERF_STRATEGY_DEFAULT) ? strategyModule : testStrategy; in getCurrentPerformanceStrategy()
/external/opencv3/modules/ts/include/opencv2/ts/
Dts_perf.hpp259 PERF_STRATEGY_DEFAULT = -1, enumerator