Searched refs:IPL_DEPTH_16S (Results 1 – 11 of 11) sorted by relevance
/external/opencv3/modules/videoio/src/ |
D | cap_dc1394_v2.cpp | 619 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()
|
D | cap_cmu.cpp | 223 return IPL_DEPTH_16S; in getDepth()
|
D | cap_dc1394.cpp | 565 bpp = IPL_DEPTH_16S; in icvResizeFrame() 569 bpp = IPL_DEPTH_16S; in icvResizeFrame()
|
/external/opencv3/modules/ts/src/ |
D | ts_arrtest.cpp | 128 IPL_DEPTH_8U, IPL_DEPTH_8S, IPL_DEPTH_16U, IPL_DEPTH_16S,
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | wimage.hpp | 500 inline int WImage<short>::Depth() const {return IPL_DEPTH_16S; } in Depth()
|
D | types_c.h | 266 #define IPL_DEPTH_16S (IPL_DEPTH_SIGN|16) macro
|
/external/opencv/cxcore/include/ |
D | cvwimage.h | 511 inline int WImage<short>::Depth() const {return IPL_DEPTH_16S; } in Depth()
|
D | cxtypes.h | 343 #define IPL_DEPTH_16S (IPL_DEPTH_SIGN|16) macro
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_exr.cpp | 582 depth == IPL_DEPTH_16U || depth == IPL_DEPTH_16S || in IsFormatSupported()
|
/external/opencv/cxcore/src/ |
D | cxarray.cpp | 3368 depth != (int)IPL_DEPTH_16S && depth != (int)IPL_DEPTH_32S && in cvInitImageHeader()
|
/external/opencv3/modules/core/src/ |
D | array.cpp | 2933 depth != (int)IPL_DEPTH_16S && depth != (int)IPL_DEPTH_32S && in cvInitImageHeader()
|