Searched refs:decodeSize (Results 1 – 4 of 4) sorted by relevance
26 SkISize decodeSize = scaledSize; in Make() local32 decodeInfo = decodeInfo.makeWH(decodeSize.width(), decodeSize.height()); in Make()
166 private final int decodeSize; field in Base64Codec332 this.decodeSize = this.encodeSize - 1; in Base64Codec()545 if (buffer == null || buffer.length - pos < decodeSize) { in decode()
832 … { int const decodeSize = LZ4_decompress_safe(in_buff, out_buff, blockSize, LEGACY_BLOCKSIZE); in LZ4IO_decodeLegacyStream() local833 if (decodeSize < 0) EXM_THROW(53, "Decoding Failed ! Corrupted input detected !"); in LZ4IO_decodeLegacyStream()834 streamSize += decodeSize; in LZ4IO_decodeLegacyStream()836 … storedSkips = LZ4IO_fwriteSparse(foutput, out_buff, decodeSize, storedSkips); /* success or die */ in LZ4IO_decodeLegacyStream()
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...