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