Searched refs:CvDataType (Results 1 – 4 of 4) sorted by relevance
/external/opencv/cv/src/ |
D | _cv.h | 84 CV_INLINE CvDataType icvDepthToDataType( int type ); 85 CV_INLINE CvDataType icvDepthToDataType( int type ) in icvDepthToDataType() 87 return (CvDataType)( in icvDepthToDataType()
|
D | _cvipp.h | 163 ( int roiWidth, CvDataType dataType, int channels, int* bufSize )) 167 ( int roiWidth, CvDataType dataType, int channels, int* bufSize ))
|
D | cvpyramids.cpp | 438 icvPyrUpG5x5_GetBufSize( int roiWidth, CvDataType dataType, in icvPyrUpG5x5_GetBufSize() 465 icvPyrDownG5x5_GetBufSize( int roiWidth, CvDataType dataType, in icvPyrDownG5x5_GetBufSize()
|
/external/opencv/cxcore/include/ |
D | cxmisc.h | 684 typedef enum CvDataType { enum 692 } CvDataType; typedef
|