Home
last modified time | relevance | path

Searched refs:td_stripbytecount (Results 1 – 12 of 12) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_write.c133 if( td->td_stripbytecount[strip] > 0 ) in TIFFWriteScanline()
136 td->td_stripbytecount[strip] = 0; in TIFFWriteScanline()
239 if( td->td_stripbytecount[strip] > 0 ) in TIFFWriteEncodedStrip()
407 if( td->td_stripbytecount[tile] > 0 ) in TIFFWriteEncodedTile()
544 td->td_stripbytecount = (uint64 *) in TIFFSetupStrips()
701 td->td_stripbytecount = new_stripbytecount; in TIFFGrowStrips()
704 _TIFFmemset(td->td_stripbytecount + td->td_nstrips, in TIFFGrowStrips()
726 if( td->td_stripbytecount[strip] != 0 in TIFFAppendToStrip()
759 old_byte_count = td->td_stripbytecount[strip]; in TIFFAppendToStrip()
760 td->td_stripbytecount[strip] = 0; in TIFFAppendToStrip()
[all …]
H A Dtif_read.c60 if (!_TIFFFillStriles( tif ) || !tif->tif_dir.td_stripbytecount) in TIFFFillStripPartial()
122 if( (uint64) to_read > td->td_stripbytecount[strip] in TIFFFillStripPartial()
125 to_read = (tmsize_t) td->td_stripbytecount[strip] in TIFFFillStripPartial()
212 if (!_TIFFFillStriles( tif ) || !tif->tif_dir.td_stripbytecount) in TIFFSeek()
214 whole_strip = tif->tif_dir.td_stripbytecount[strip] < 10 in TIFFSeek()
483 bytecount = td->td_stripbytecount[strip]; in TIFFReadRawStrip()
523 uint64 bytecount = td->td_stripbytecount[strip]; in TIFFFillStrip()
817 bytecount64 = td->td_stripbytecount[tile]; in TIFFReadRawTile()
844 uint64 bytecount = td->td_stripbytecount[tile]; in TIFFFillTile()
1021 tif->tif_rawcc = (tmsize_t)td->td_stripbytecount[strip]; in TIFFStartStrip()
[all …]
H A Dtif_dirread.c3976 && tif->tif_dir.td_stripbytecount[0] != tif->tif_dir.td_stripbytecount[1] in TIFFReadDirectory()
3977 && tif->tif_dir.td_stripbytecount[0] != 0 in TIFFReadDirectory()
4293 if (td->td_stripbytecount) in EstimateStripByteCounts()
4294 _TIFFfree(td->td_stripbytecount); in EstimateStripByteCounts()
4295 td->td_stripbytecount = (uint64*) in EstimateStripByteCounts()
4298 if( td->td_stripbytecount == NULL ) in EstimateStripByteCounts()
4339 td->td_stripbytecount[strip] = space; in EstimateStripByteCounts()
4354 td->td_stripbytecount[strip] = bytespertile; in EstimateStripByteCounts()
5511 bytecount = td->td_stripbytecount[0]; in ChopUpSingleUncompressedStrip()
5579 _TIFFfree(td->td_stripbytecount); in ChopUpSingleUncompressedStrip()
[all …]
H A Dtif_dir.h99 uint64* td_stripbytecount; member
H A Dtif_print.c671 (unsigned __int64) td->td_stripbytecount[s]); in TIFFPrintDirectory()
676 (unsigned long long) td->td_stripbytecount[s]); in TIFFPrintDirectory()
H A Dtif_strip.c162 uint64 bytecount = td->td_stripbytecount[strip]; in TIFFRawStripSize64()
H A Dtif_ojpeg.c1973 || sp->tif->tif_dir.td_stripbytecount == NULL) in OJPEGReadBufferFill()
1985 else if (sp->tif->tif_dir.td_stripbytecount==NULL) in OJPEGReadBufferFill()
1989 if (sp->tif->tif_dir.td_stripbytecount == 0) { in OJPEGReadBufferFill()
1993 sp->in_buffer_file_togo=sp->tif->tif_dir.td_stripbytecount[sp->in_buffer_next_strile]; in OJPEGReadBufferFill()
H A Dtif_jpeg.c739 if( tif->tif_dir.td_stripbytecount == NULL in JPEGFixupTagsSubsampling()
741 || tif->tif_dir.td_stripbytecount[0] == 0 ) in JPEGFixupTagsSubsampling()
762 m.filebytesleft=tif->tif_dir.td_stripbytecount[0]; in JPEGFixupTagsSubsampling()
H A Dtif_dir.c974 *va_arg(ap, uint64**) = td->td_stripbytecount; in _TIFFVGetField()
1231 CleanupField(td_stripbytecount); in TIFFFreeDirectory()
H A Dtif_dirwrite.c532 …rray(tif,&ndir,dir,TIFFTAG_STRIPBYTECOUNTS,tif->tif_dir.td_nstrips,tif->tif_dir.td_stripbytecount)) in TIFFWriteDirectorySec()
537 …Array(tif,&ndir,dir,TIFFTAG_TILEBYTECOUNTS,tif->tif_dir.td_nstrips,tif->tif_dir.td_stripbytecount)) in TIFFWriteDirectorySec()
/libtiff-4.0.7/contrib/pds/
H A Dtif_pdsdirread.c294 if (td->td_stripbytecount) in EstimateStripByteCounts()
295 _TIFFfree(td->td_stripbytecount); in EstimateStripByteCounts()
296 td->td_stripbytecount = (uint32*) in EstimateStripByteCounts()
315 td->td_stripbytecount[i] = space; in EstimateStripByteCounts()
324 if (td->td_stripoffset[i] + td->td_stripbytecount[i] > filesize) in EstimateStripByteCounts()
325 td->td_stripbytecount[i] = in EstimateStripByteCounts()
331 td->td_stripbytecount[i] = rowbytes*rowsperstrip; in EstimateStripByteCounts()
1063 uint32 bytecount = td->td_stripbytecount[0]; in ChopUpSingleUncompressedStrip()
1119 _TIFFfree(td->td_stripbytecount); in ChopUpSingleUncompressedStrip()
1121 td->td_stripbytecount = newcounts; in ChopUpSingleUncompressedStrip()
/libtiff-4.0.7/
H A DChangeLog79 and other functions that expect td_stripbytecount to be non NULL.
3458 to new tstrile_t, types of td_stripoffset and td_stripbytecount to