Searched refs:compressedSize (Results 1 – 2 of 2) sorted by relevance
192 float compressedSize = newArea / factor; in updateSize() local193 compressedSize *= mExportCompressionMargin; in updateSize()194 float size = compressedSize / 1024.f / 1024.f; in updateSize()
26 public IngestObjectInfo(int handle, long dateCreated, int format, int compressedSize) { in IngestObjectInfo() argument30 mCompressedSize = compressedSize; in IngestObjectInfo()