Home
last modified time | relevance | path

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

/external/opencv3/modules/ts/src/
Dts_perf.cpp33 static enum PERF_STRATEGY strategyForce = PERF_STRATEGY_DEFAULT; variable
798 strategyForce = PERF_STRATEGY_BASE; in Init()
802 strategyForce = PERF_STRATEGY_SIMPLE; in Init()
942 return strategyForce == PERF_STRATEGY_DEFAULT ? strategyModule : strategyForce; in getCurrentModulePerformanceStrategy()
1069 if (strategyForce == PERF_STRATEGY_DEFAULT) in getCurrentPerformanceStrategy()
1072 return strategyForce; in getCurrentPerformanceStrategy()