Searched refs:rps (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_strip.c | 206 uint32 rps = td->td_rowsperstrip; in TIFFStripSize64() local 207 if (rps > td->td_imagelength) in TIFFStripSize64() 208 rps = td->td_imagelength; in TIFFStripSize64() 209 return (TIFFVStripSize64(tif, rps)); in TIFFStripSize64()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | thumbnail.c | 599 uint32 sw, sh, rps; in generateThumbnail() local 609 TIFFGetFieldDefaulted(in, TIFFTAG_ROWSPERSTRIP, &rps); in generateThumbnail() 629 rp += rps * rowsize; in generateThumbnail()
|
A D | tiffcrop.c | 3689 uint32 rps = TIFFGetFieldDefaulted(in, TIFFTAG_ROWSPERSTRIP, &rps); in readContigStripsIntoBuffer() local 4775 uint32 src_rowsize, dst_rowsize, rows_processed, rps; in readSeparateStripsIntoBuffer() local 4794 TIFFGetFieldDefaulted(in, TIFFTAG_ROWSPERSTRIP, &rps); in readSeparateStripsIntoBuffer() 4795 if (rps > length) in readSeparateStripsIntoBuffer() 4796 rps = length; in readSeparateStripsIntoBuffer() 4875 if (rps > rows_this_strip) in readSeparateStripsIntoBuffer() 4876 rps = rows_this_strip; in readSeparateStripsIntoBuffer() 4880 if (combineSeparateSamplesBytes (srcbuffs, dst, width, rps, in readSeparateStripsIntoBuffer() 4934 if ((rows_processed + rps) > length) in readSeparateStripsIntoBuffer() 4937 rps = length - rows_processed; in readSeparateStripsIntoBuffer() [all …]
|
Completed in 28 milliseconds