Searched refs:kCompressedSizeMax (Results 1 – 1 of 1) sorted by relevance
48 static constexpr int kCompressedSizeMax = kBlockSize * 0.95; variable441 if (compressedSize > 0 && compressedSize < kCompressedSizeMax) { in SendDataBlock()