HomeSort by relevance Sort by last modified time
    Searched refs:td_rowsperstrip (Results 1 - 25 of 26) sorted by null

1 2

  /external/opencv3/3rdparty/libtiff/
tif_write.c 91 strip = sample*td->td_stripsperimage + row/td->td_rowsperstrip;
93 strip = row / td->td_rowsperstrip;
117 TIFFhowmany_32(td->td_imagelength,td->td_rowsperstrip);
119 (strip % td->td_stripsperimage) * td->td_rowsperstrip;
155 td->td_rowsperstrip;
210 TIFFhowmany_32(td->td_imagelength, td->td_rowsperstrip);
223 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip;
298 TIFFhowmany_32(td->td_imagelength,td->td_rowsperstrip);
303 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip;
tif_strip.c 44 strip = row / td->td_rowsperstrip;
66 nstrips = (td->td_rowsperstrip == (uint32) -1 ? 1 :
67 TIFFhowmany_32(td->td_imagelength, td->td_rowsperstrip));
206 uint32 rps = td->td_rowsperstrip;
tif_dir.h 80 uint32 td_rowsperstrip; member in struct:__anon21817
tif_read.c 198 strip = (uint32)sample*td->td_stripsperimage + row/td->td_rowsperstrip;
200 strip = row / td->td_rowsperstrip;
341 rowsperstrip=td->td_rowsperstrip;
    [all...]
tif_jpeg.c     [all...]
tif_print.c 472 if (td->td_rowsperstrip == (uint32) -1)
475 fprintf(fd, "%lu\n", (unsigned long) td->td_rowsperstrip);
tif_aux.c 196 *va_arg(ap, uint32 *) = td->td_rowsperstrip;
tif_dir.c 261 td->td_rowsperstrip = v32;
855 *va_arg(ap, uint32*) = td->td_rowsperstrip;
    [all...]
tif_luv.c     [all...]
tif_pixarlog.c 673 td->td_rowsperstrip), sizeof(uint16));
871 td->td_rowsperstrip), sizeof(uint16));
    [all...]
tif_dirread.c     [all...]
tif_ojpeg.c     [all...]
tif_dirwrite.c 500 if (!TIFFWriteDirectoryTagShortLong(tif,&ndir,dir,TIFFTAG_ROWSPERSTRIP,tif->tif_dir.td_rowsperstrip))
    [all...]
  /external/pdfium/third_party/libtiff/
tif_write.c 91 strip = sample*td->td_stripsperimage + row/td->td_rowsperstrip;
93 strip = row / td->td_rowsperstrip;
117 TIFFhowmany_32(td->td_imagelength,td->td_rowsperstrip);
123 (strip % td->td_stripsperimage) * td->td_rowsperstrip;
159 td->td_rowsperstrip;
214 TIFFhowmany_32(td->td_imagelength, td->td_rowsperstrip);
232 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip;
318 TIFFhowmany_32(td->td_imagelength,td->td_rowsperstrip);
327 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip;
tif_strip.c 44 strip = row / td->td_rowsperstrip;
66 nstrips = (td->td_rowsperstrip == (uint32) -1 ? 1 :
67 TIFFhowmany_32(td->td_imagelength, td->td_rowsperstrip));
206 uint32 rps = td->td_rowsperstrip;
tif_dir.h 80 uint32 td_rowsperstrip; member in struct:__anon23096
tif_read.c 198 strip = (uint32)sample*td->td_stripsperimage + row/td->td_rowsperstrip;
200 strip = row / td->td_rowsperstrip;
341 rowsperstrip=td->td_rowsperstrip;
969 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip;
    [all...]
tif_print.c 474 if (td->td_rowsperstrip == (uint32) -1)
477 fprintf(fd, "%lu\n", (unsigned long) td->td_rowsperstrip);
tif_aux.c 196 *va_arg(ap, uint32 *) = td->td_rowsperstrip;
tif_jpeg.c 1059 if (segment_height > td->td_rowsperstrip)
1060 segment_height = td->td_rowsperstrip;
    [all...]
tif_dir.c 263 td->td_rowsperstrip = v32;
875 *va_arg(ap, uint32*) = td->td_rowsperstrip;
    [all...]
tif_luv.c 1267 sp->tbuflen = multiply_ms(td->td_imagewidth, td->td_rowsperstrip);
    [all...]
tif_pixarlog.c 687 td->td_rowsperstrip), sizeof(uint16));
887 td->td_rowsperstrip), sizeof(uint16));
    [all...]
tif_dirread.c     [all...]
tif_ojpeg.c     [all...]

Completed in 734 milliseconds

1 2