Lines Matching defs:rows
208 int rows, cols, imag ;
229 psf_binheader_readf (psf, "444", &rows, &cols, &imag) ;
231 psf_log_printf (psf, " Rows : %d\n Cols : %d\n Imag : %s\n", rows, cols, imag ? "True" : "False") ;
248 if ((rows != 1) || (cols != 1))
259 psf_binheader_readf (psf, "444", &rows, &cols, &imag) ;
261 psf_log_printf (psf, " Rows : %d\n Cols : %d\n Imag : %s\n", rows, cols, imag ? "True" : "False") ;
275 if (rows == 0)
279 else if (rows > SF_MAX_CHANNELS)
280 { psf_log_printf (psf, "*** Error : channel count %d > SF_MAX_CHANNELS.\n", rows) ;
284 psf->sf.channels = rows ;
323 psf->dataend = psf->dataoffset + rows * cols * psf->bytewidth ;