Home
last modified time | relevance | path

Searched refs:IPL_DEPTH_8S (Results 1 – 8 of 8) 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/opencv3/modules/ts/src/
Dts_arrtest.cpp128 IPL_DEPTH_8U, IPL_DEPTH_8S, IPL_DEPTH_16U, IPL_DEPTH_16S,
/external/opencv3/modules/core/include/opencv2/core/
Dwimage.hpp498 inline int WImage<signed char>::Depth() const {return IPL_DEPTH_8S; } in Depth()
Dtypes_c.h265 #define IPL_DEPTH_8S (IPL_DEPTH_SIGN| 8) macro
/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()
/external/opencv3/modules/core/src/
Darray.cpp2932 depth != (int)IPL_DEPTH_8S && depth != (int)IPL_DEPTH_16U && in cvInitImageHeader()