memType 472 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp virtual NCVMemoryType memType(void) const = 0; memType 500 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp virtual NCVMemoryType memType(void) const; memType 533 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp virtual NCVMemoryType memType(void) const; memType 974 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp this->_memtype = mat.memType(); memType 773 modules/cudalegacy/src/NCV.cpp ncvAssertReturn(hypotheses.memType() == NCVMemoryTypeHostPageable || memType 774 modules/cudalegacy/src/NCV.cpp hypotheses.memType() == NCVMemoryTypeHostPinned, NCV_MEM_RESIDENCE_ERROR); memType 777 modules/cudalegacy/src/NCV.cpp ncvAssertReturn(hypothesesWeights->memType() == NCVMemoryTypeHostPageable || memType 778 modules/cudalegacy/src/NCV.cpp hypothesesWeights->memType() == NCVMemoryTypeHostPinned, NCV_MEM_RESIDENCE_ERROR); memType 82 modules/cudalegacy/src/cuda/NCVColorConversion.hpp ncvAssertReturn(h_imgIn.memType() == h_imgOut.memType() && memType 83 modules/cudalegacy/src/cuda/NCVColorConversion.hpp (h_imgIn.memType() == NCVMemoryTypeHostPinned || h_imgIn.memType() == NCVMemoryTypeNone), NCV_MEM_RESIDENCE_ERROR); memType 84 modules/cudalegacy/src/cuda/NCVColorConversion.hpp NCV_SET_SKIP_COND(h_imgIn.memType() == NCVMemoryTypeNone); memType 121 modules/cudalegacy/test/NCVTestSourceProvider.hpp dst.memType() == allocatorCPU.get()->memType(), false); memType 152 modules/cudalegacy/test/NCVTestSourceProvider.hpp dst.memType() == allocatorCPU.get()->memType(), false);