Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dcuda_info.cpp528 bool cv::cuda::DeviceInfo::canMapHostMemory() const in canMapHostMemory() function in cv::cuda::DeviceInfo
534 return deviceProps().get(device_id_)->canMapHostMemory != 0; in canMapHostMemory()
1018 …printf(" Support host page-locked memory mapping: %s\n", prop.canMapHostMemory ? "Yes" : "N… in printCudaDeviceInfo()
Dcuda_host_mem.cpp190 CV_Assert( devInfo.canMapHostMemory() ); in create()
/external/opencv3/modules/core/include/opencv2/core/
Dcuda.hpp702 bool canMapHostMemory() const;