memPitch          663 modules/core/include/opencv2/core/cuda.hpp     size_t memPitch() const;
memPitch          404 modules/core/src/cuda_info.cpp     return deviceProps().get(device_id_)->memPitch;
memPitch         1012 modules/core/src/cuda_info.cpp         printf("  Maximum memory pitch:                          %u bytes\n", (int)prop.memPitch);