Home
last modified time | relevance | path

Searched refs:IPL_DEPTH_16S (Results 1 – 11 of 11) sorted by relevance

/external/opencv3/modules/videoio/src/
Dcap_dc1394_v2.cpp619 maps[0][0] = cvCreateImage(size, IPL_DEPTH_16S, 2); in grabFrame()
620 maps[0][1] = cvCreateImage(size, IPL_DEPTH_16S, 1); in grabFrame()
621 maps[1][0] = cvCreateImage(size, IPL_DEPTH_16S, 2); in grabFrame()
622 maps[1][1] = cvCreateImage(size, IPL_DEPTH_16S, 1); in grabFrame()
Dcap_cmu.cpp223 return IPL_DEPTH_16S; in getDepth()
Dcap_dc1394.cpp565 bpp = IPL_DEPTH_16S; in icvResizeFrame()
569 bpp = IPL_DEPTH_16S; in icvResizeFrame()
/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.hpp500 inline int WImage<short>::Depth() const {return IPL_DEPTH_16S; } in Depth()
Dtypes_c.h266 #define IPL_DEPTH_16S (IPL_DEPTH_SIGN|16) macro
/external/opencv/cxcore/include/
Dcvwimage.h511 inline int WImage<short>::Depth() const {return IPL_DEPTH_16S; } in Depth()
Dcxtypes.h343 #define IPL_DEPTH_16S (IPL_DEPTH_SIGN|16) macro
/external/opencv/otherlibs/highgui/
Dgrfmt_exr.cpp582 depth == IPL_DEPTH_16U || depth == IPL_DEPTH_16S || in IsFormatSupported()
/external/opencv/cxcore/src/
Dcxarray.cpp3368 depth != (int)IPL_DEPTH_16S && depth != (int)IPL_DEPTH_32S && in cvInitImageHeader()
/external/opencv3/modules/core/src/
Darray.cpp2933 depth != (int)IPL_DEPTH_16S && depth != (int)IPL_DEPTH_32S && in cvInitImageHeader()