Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/
Dutility.hpp372 static inline size_t getElemSize(int type) { return CV_ELEM_SIZE(type); } in getElemSize() function
/external/opencv3/modules/imgproc/src/
Dfilter.cpp109 int srcElemSize = (int)getElemSize(srcType); in init()
171 int esz = (int)getElemSize(srcType); in start()
172 int bufElemSize = (int)getElemSize(bufType); in start()
187 constBorderRow.resize(getElemSize(bufType)*(maxWidth + ksize.width - 1 + VEC_ALIGN)); in start()
302 int esz = (int)getElemSize(srcType), btab_esz = borderElemSize; in proceed()
3855 coeffs.resize(nz*getElemSize(ktype)); in preprocess2DKernel()
/external/opencv3/modules/core/src/
Dpersistence.cpp5117 static void getElemSize( const String& fmt, size_t& elemSize, size_t& cn ) in getElemSize() function
5261 getElemSize( fmt, elemSize, cn ); in writeRaw()
5434 getElemSize( fmt, elem_size, cn ); in readRaw()