Searched refs:compressedSize (Results 1 – 5 of 5) sorted by relevance
286 compressedSize := uint32(h.CompressedSize64)287 if compressedSize == 0 {288 compressedSize = h.CompressedSize298 compressedSize = uint32max311 b.uint32(compressedSize)
26 public IngestObjectInfo(int handle, long dateCreated, int format, int compressedSize) { in IngestObjectInfo() argument30 mCompressedSize = compressedSize; in IngestObjectInfo()
70 long compressedSize = ((long) in.getInt()) & 0xffffffffL; in readEntry() local90 entry.setCompressedSize(compressedSize); in readEntry()
192 float compressedSize = newArea / factor; in updateSize() local193 compressedSize *= mExportCompressionMargin; in updateSize()194 float size = compressedSize / 1024.f / 1024.f; in updateSize()
435 int16_t compressedSize = 0; in SendDataBlock() local437 compressedSize = LZ4_compress_default(raw.data, compressed.data, bytesRead, kCompressBound); in SendDataBlock()441 if (compressedSize > 0 && compressedSize < kCompressedSizeMax) { in SendDataBlock()443 blockSize = compressedSize; in SendDataBlock()