Home | History | Annotate | Download | only in highgui

Lines Matching refs:depth

369 bool  GrFmtPxMWriter::IsFormatSupported( int depth )
371 return depth == IPL_DEPTH_8U || depth == IPL_DEPTH_16U;
376 int width, int height, int depth, int _channels )
382 int fileStep = width*channels*(depth/8);
394 lineLength = channels * width * depth / 8;
411 width, height, (1 << depth) - 1 );
421 if( depth == 8 )
430 if( depth == 16 && !isBigEndian() )
441 m_strm.PutBytes( (channels > 1 || depth > 8) ? buffer : (char*)data, fileStep );
449 if( depth == 8 )
480 if( depth == 8 )