Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dcuda_info.cpp398 size_t cv::cuda::DeviceInfo::memPitch() const in memPitch() function in cv::cuda::DeviceInfo
404 return deviceProps().get(device_id_)->memPitch; in memPitch()
1012 printf(" Maximum memory pitch: %u bytes\n", (int)prop.memPitch); in printCudaDeviceInfo()
/external/opencv3/modules/core/include/opencv2/core/
Dcuda.hpp663 size_t memPitch() const;