Home
last modified time | relevance | path

Searched refs:CvDataType (Results 1 – 4 of 4) sorted by relevance

/external/opencv/cv/src/
D_cv.h84 CV_INLINE CvDataType icvDepthToDataType( int type );
85 CV_INLINE CvDataType icvDepthToDataType( int type ) in icvDepthToDataType()
87 return (CvDataType)( in icvDepthToDataType()
D_cvipp.h163 ( int roiWidth, CvDataType dataType, int channels, int* bufSize ))
167 ( int roiWidth, CvDataType dataType, int channels, int* bufSize ))
Dcvpyramids.cpp438 icvPyrUpG5x5_GetBufSize( int roiWidth, CvDataType dataType, in icvPyrUpG5x5_GetBufSize()
465 icvPyrDownG5x5_GetBufSize( int roiWidth, CvDataType dataType, in icvPyrDownG5x5_GetBufSize()
/external/opencv/cxcore/include/
Dcxmisc.h684 typedef enum CvDataType { enum
692 } CvDataType; typedef