Home
last modified time | relevance | path

Searched refs:linebytes (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dppm2tiff.c94 tmsize_t linebytes = 0; in main() local
240 linebytes = (multiply_ms(spp, w) + (8 - 1)) / 8; in main()
249 linebytes = multiply_ms(spp, w); in main()
254 if (linebytes == 0) { in main()
265 if (scanline_size < linebytes) in main()
266 buf = (unsigned char *)_TIFFmalloc(linebytes); in main()
280 if (fread(buf, linebytes, 1, in) != 1) { in main()
A Draw2tiff.c91 uint32 width = 0, length = 0, linebytes, bufsize; in main() local
270 linebytes = width * depth; in main()
271 buf = (unsigned char *)_TIFFmalloc(linebytes); in main()
275 linebytes = width * nbands * depth; in main()
293 hdr_size + (length*band+row)*linebytes, in main()
301 if (read(fd, buf, linebytes) < 0) { in main()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog2204 check the linebytes calculation too, get the max() calculation

Completed in 10 milliseconds