Home
last modified time | relevance | path

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

/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
Dgpumat.hpp83 __host__ GpuMat_(int arows, int acols, T* adata, size_t astep = Mat::AUTO_STEP);
84 __host__ GpuMat_(Size asize, T* adata, size_t astep = Mat::AUTO_STEP);
/external/opencv3/modules/core/include/opencv2/core/
Dcuda.hpp128 GpuMat(int rows, int cols, int type, void* data, size_t step = Mat::AUTO_STEP);
129 GpuMat(Size size, int type, void* data, size_t step = Mat::AUTO_STEP);
Dmat.hpp821 Mat(int rows, int cols, int type, void* data, size_t step=AUTO_STEP);
837 Mat(Size size, int type, void* data, size_t step=AUTO_STEP);
1856 …enum { MAGIC_VAL = 0x42FF0000, AUTO_STEP = 0, CONTINUOUS_FLAG = CV_MAT_CONT_FLAG, SUBMATRIX_FLAG … enumerator
1971 Mat_(int _rows, int _cols, _Tp* _data, size_t _step=AUTO_STEP);
2281 …enum { MAGIC_VAL = 0x42FF0000, AUTO_STEP = 0, CONTINUOUS_FLAG = CV_MAT_CONT_FLAG, SUBMATRIX_FLAG … enumerator
Dmat.inl.hpp401 if( _step == AUTO_STEP ) in Mat()
432 if( _step == AUTO_STEP ) in Mat()
/external/opencv3/modules/core/src/
Dcuda_gpu_mat.cpp57 if (step == Mat::AUTO_STEP) in GpuMat()
83 if (step == Mat::AUTO_STEP) in GpuMat()