Searched refs:ipl_depth (Results 1 - 2 of 2) sorted by relevance

/external/opencv/otherlibs/highgui/
H A Dloadsave.cpp505 int channels, ipl_depth; local
530 ipl_depth = cvCvToIplDepth(image->type);
532 if( !writer->IsFormatSupported(ipl_depth) )
539 ipl_depth = IPL_DEPTH_8U;
543 image->height, ipl_depth, channels ))
/external/opencv/
H A Dcvjni.cpp145 int ipl_depth = cvCvToIplDepth(mat_image->type); local
149 mat_image->height, ipl_depth, channels, strm);
259 int channels, ipl_depth; local
263 ipl_depth = cvCvToIplDepth(mat_image->type);
268 mat_image->height, ipl_depth, channels, strm);
753 int channels, ipl_depth;
757 ipl_depth = cvCvToIplDepth(mat_image->type);
761 mat_image->height, ipl_depth, channels, m_strm);

Completed in 83 milliseconds