Searched refs:outputLevel (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/cudalegacy/test/ |
D | main_test_nvidia.h | 55 bool nvidia_NPPST_Integral_Image(const std::string& test_data_path, OutputLevel outputLevel); 56 bool nvidia_NPPST_Squared_Integral_Image(const std::string& test_data_path, OutputLevel outputLevel… 57 bool nvidia_NPPST_RectStdDev(const std::string& test_data_path, OutputLevel outputLevel); 58 bool nvidia_NPPST_Resize(const std::string& test_data_path, OutputLevel outputLevel); 59 bool nvidia_NPPST_Vector_Operations(const std::string& test_data_path, OutputLevel outputLevel); 60 bool nvidia_NPPST_Transpose(const std::string& test_data_path, OutputLevel outputLevel); 61 bool nvidia_NCV_Vector_Operations(const std::string& test_data_path, OutputLevel outputLevel); 62 bool nvidia_NCV_Haar_Cascade_Loader(const std::string& test_data_path, OutputLevel outputLevel); 63 bool nvidia_NCV_Haar_Cascade_Application(const std::string& test_data_path, OutputLevel outputLevel… 64 bool nvidia_NCV_Hypotheses_Filtration(const std::string& test_data_path, OutputLevel outputLevel); [all …]
|
D | NCVAutoTestLister.hpp | 58 outputLevel(outputLevel_), in NCVAutoTestLister() 74 if (outputLevel == OutputLevelCompact) in invoke() 88 if (outputLevel == OutputLevelFull) in invoke() 101 if (outputLevel == OutputLevelCompact) in invoke() 111 if (outputLevel == OutputLevelCompact) in invoke() 123 if (outputLevel == OutputLevelCompact) in invoke() 131 if (outputLevel == OutputLevelCompact) in invoke() 136 if (outputLevel != OutputLevelNone) in invoke() 161 OutputLevel outputLevel; member in NCVAutoTestLister
|
D | main_nvidia.cpp | 300 bool nvidia_NPPST_Integral_Image(const std::string& test_data_path, OutputLevel outputLevel) in nvidia_NPPST_Integral_Image() argument 305 NCVAutoTestLister testListerII("NPPST Integral Image", outputLevel); in nvidia_NPPST_Integral_Image() 316 bool nvidia_NPPST_Squared_Integral_Image(const std::string& test_data_path, OutputLevel outputLevel) in nvidia_NPPST_Squared_Integral_Image() argument 321 NCVAutoTestLister testListerSII("NPPST Squared Integral Image", outputLevel); in nvidia_NPPST_Squared_Integral_Image() 330 bool nvidia_NPPST_RectStdDev(const std::string& test_data_path, OutputLevel outputLevel) in nvidia_NPPST_RectStdDev() argument 335 NCVAutoTestLister testListerRStdDev("NPPST RectStdDev", outputLevel); in nvidia_NPPST_RectStdDev() 344 bool nvidia_NPPST_Resize(const std::string& test_data_path, OutputLevel outputLevel) in nvidia_NPPST_Resize() argument 349 NCVAutoTestLister testListerResize("NPPST Resize", outputLevel); in nvidia_NPPST_Resize() 360 bool nvidia_NPPST_Vector_Operations(const std::string& test_data_path, OutputLevel outputLevel) in nvidia_NPPST_Vector_Operations() argument 365 NCVAutoTestLister testListerNPPSTVectorOperations("NPPST Vector Operations", outputLevel); in nvidia_NPPST_Vector_Operations() [all …]
|
D | test_main.cpp | 94 string outputLevel = cmd.get<string>("nvtest_output_level"); in main() local 96 if (outputLevel == "none") in main() 98 else if (outputLevel == "compact") in main() 100 else if (outputLevel == "full") in main()
|