Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dcuda_info.cpp1186 const size_t npp_error_num = sizeof(npp_errors) / sizeof(npp_errors[0]); variable
1260 return getErrorString(code, npp_errors, npp_error_num); in getNppErrorMessage()