Searched defs:uncompressedSize (Results 1 – 16 of 16) sorted by relevance
35 public void add(long unpaddedSize, long uncompressedSize) in add()62 long uncompressedSize = DecoderUtil.decodeVLI(inChecked); in validate() local
19 public long uncompressedSize = -1; field in BlockInfo
27 public void add(long unpaddedSize, long uncompressedSize) in add()
44 void add(long unpaddedSize, long uncompressedSize) throws XZIOException { in add()
91 long uncompressedSize = DecoderUtil.decodeVLI(inChecked); in IndexDecoder() local
114 int uncompressedSize = lzma.getUncompressedSize(); in writeChunk() local135 private void writeLZMA(int uncompressedSize, int compressedSize) in writeLZMA()167 private void writeUncompressed(int uncompressedSize) throws IOException { in writeUncompressed()
26 private long uncompressedSize = 0; field in BlockOutputStream
31 private long uncompressedSize = 0; field in BlockInputStream
53 private int uncompressedSize = 0; field in LZMA2InputStream
110 private long uncompressedSize = 0; field in SeekableXZInputStream
157 long uncompressedSize = getOriginalSize(zip); in unzip() local
127 'uncompressedSize' : uncompressedSize, property
102 uint32 uncompressedSize = SafeUint32Mult ( in Process() local
2227 uint32 uncompressedSize = ComputeBufferSize (pixelType, tileArea.Size(), in ReadTile() local2771 uint32 uncompressedSize) in dng_read_tiles_task()3035 uint32 uncompressedSize = 0; in Read() local
2682 uint32 uncompressedSize) in CompressedBufferSize()4356 uint32 uncompressedSize) in dng_write_tiles_task()4630 uint32 uncompressedSize = SafeUint32Mult(subTileLength, tileRowBytes); in WriteImage() local
66 private int uncompressedSize = 0; field in LZMAEncoder240 assert uncompressedSize == 1; in encodeInit() local