Searched refs:decodeSize (Results 1 – 2 of 2) sorted by relevance
88 auto decodeSize = scaledSize; in SkAnimatedImage() local89 fSampleSize = fCodec->computeSampleSize(&decodeSize); in SkAnimatedImage()90 fDecodeInfo = fDecodeInfo.makeDimensions(decodeSize); in SkAnimatedImage()
977 …{ int const decodeSize = LZ4_decompress_safe(in_buff, out_buff, (int)blockSize, LEGACY_BLOCKSIZE… in LZ4IO_decodeLegacyStream() local978 if (decodeSize < 0) EXM_THROW(53, "Decoding Failed ! Corrupted input detected !"); in LZ4IO_decodeLegacyStream()979 streamSize += (unsigned long long)decodeSize; in LZ4IO_decodeLegacyStream()981 …storedSkips = LZ4IO_fwriteSparse(foutput, out_buff, (size_t)decodeSize, prefs->sparseFileSupport, … in LZ4IO_decodeLegacyStream()