Home
last modified time | relevance | path

Searched refs:bytecount (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_read.c713 uint64 bytecount; in TIFFReadRawStrip() local
732 if ((int64)bytecount <= 0) { in TIFFReadRawStrip()
736 (unsigned __int64) bytecount, in TIFFReadRawStrip()
746 bytecountm = (tmsize_t)bytecount; in TIFFReadRawStrip()
772 if ((int64)bytecount <= 0) { in TIFFFillStrip()
814 bytecount = newbytecount; in TIFFFillStrip()
843 (unsigned __int64) bytecount); in TIFFFillStrip()
897 bytecountm=(tmsize_t)bytecount; in TIFFFillStrip()
1219 if ((int64)bytecount <= 0) { in TIFFFillTile()
1261 bytecount = newbytecount; in TIFFFillTile()
[all …]
A Dtif_strip.c153 uint64 bytecount = td->td_stripbytecount[strip]; in TIFFRawStripSize64() local
155 if (bytecount == 0) in TIFFRawStripSize64()
160 (unsigned __int64) bytecount, in TIFFRawStripSize64()
165 (unsigned long long) bytecount, in TIFFRawStripSize64()
168 bytecount = (uint64) -1; in TIFFRawStripSize64()
171 return bytecount; in TIFFRawStripSize64()
A Dtif_dirread.c5713 uint64 bytecount; in ChopUpSingleUncompressedStrip() local
5724 bytecount = td->td_stripbytecount[0]; in ChopUpSingleUncompressedStrip()
5728 if( bytecount == 0 && tif->tif_mode != O_RDONLY ) in ChopUpSingleUncompressedStrip()
5793 if (stripbytes > bytecount) in ChopUpSingleUncompressedStrip()
5794 stripbytes = bytecount; in ChopUpSingleUncompressedStrip()
5798 bytecount -= stripbytes; in ChopUpSingleUncompressedStrip()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/
A Dtif_pdsdirread.c1063 uint32 bytecount = td->td_stripbytecount[0]; in ChopUpSingleUncompressedStrip() local
1084 nstrips = (tstrip_t) TIFFhowmany(bytecount, stripbytes); in ChopUpSingleUncompressedStrip()
1106 if (stripbytes > bytecount) in ChopUpSingleUncompressedStrip()
1107 stripbytes = bytecount; in ChopUpSingleUncompressedStrip()
1111 bytecount -= stripbytes; in ChopUpSingleUncompressedStrip()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog334 uncompressed files whose bytecount is 0. Before the change of 2016-12-03,
335 the condition bytecount==0 used to trigger an early exit/disabling of
490 when bytecount > tif_rawdatasize.

Completed in 20 milliseconds