Searched refs:param_threads (Results 1 – 1 of 1) sorted by relevance
42 static int param_threads; variable818 param_threads = args.get<int>("perf_threads"); in Init()917 ::testing::Test::RecordProperty("cv_num_threads", param_threads); in RecordRunParameters()1560 if (param_threads >= 0) in SetUp()1561 cv::setNumThreads(param_threads); in SetUp()