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

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

Completed in 130 milliseconds