Home
last modified time | relevance | path

Searched refs:IPL_DEPTH_16U (Results 1 – 8 of 8) sorted by relevance

/external/opencv/otherlibs/highgui/
Dgrfmt_png.cpp263 return depth == IPL_DEPTH_8U || depth == IPL_DEPTH_16U; in IsFormatSupported()
276 if( depth != IPL_DEPTH_8U && depth != IPL_DEPTH_16U ) in WriteImage()
Dloadsave.cpp450 type = ( depth <= 8 ) ? IPL_DEPTH_8U : ( depth <= 16 ) ? IPL_DEPTH_16U : IPL_DEPTH_32S; in icvLoadImage()
Dgrfmt_pxm.cpp371 return depth == IPL_DEPTH_8U || depth == IPL_DEPTH_16U; in IsFormatSupported()
Dgrfmt_jpeg2000.cpp398 return depth == IPL_DEPTH_8U || depth == IPL_DEPTH_16U; in IsFormatSupported()
Dgrfmt_exr.cpp582 depth == IPL_DEPTH_16U || depth == IPL_DEPTH_16S || in IsFormatSupported()
/external/opencv/cxcore/include/
Dcvwimage.h513 inline int WImage<ushort>::Depth() const {return IPL_DEPTH_16U; } in Depth()
Dcxtypes.h339 #define IPL_DEPTH_16U 16 macro
/external/opencv/cxcore/src/
Dcxarray.cpp3367 depth != (int)IPL_DEPTH_8S && depth != (int)IPL_DEPTH_16U && in cvInitImageHeader()