Home
last modified time | relevance | path

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

/external/opencv/otherlibs/highgui/
Dgrfmt_exr.cpp581 return depth == IPL_DEPTH_8U || depth == IPL_DEPTH_8S || in IsFormatSupported()
599 if(depth == IPL_DEPTH_8U || depth == IPL_DEPTH_8S) in WriteImage()
/external/opencv/cxcore/include/
Dcvwimage.h509 inline int WImage<schar>::Depth() const {return IPL_DEPTH_8S; } in Depth()
Dcxtypes.h342 #define IPL_DEPTH_8S (IPL_DEPTH_SIGN| 8) macro
/external/opencv/cxcore/src/
Dcxarray.cpp3367 depth != (int)IPL_DEPTH_8S && depth != (int)IPL_DEPTH_16U && in cvInitImageHeader()