Home
last modified time | relevance | path

Searched refs:decodeSize (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/android/
H A DSkAnimatedImage.cpp88 auto decodeSize = scaledSize; in SkAnimatedImage() local
89 fSampleSize = fCodec->computeSampleSize(&decodeSize); in SkAnimatedImage()
90 fDecodeInfo = fDecodeInfo.makeDimensions(decodeSize); in SkAnimatedImage()
/third_party/lz4/programs/
H A Dlz4io.c993 { int const decodeSize = LZ4_decompress_safe(in_buff, out_buff, (int)blockSize, LEGACY_BLOCKSIZE); in LZ4IO_decodeLegacyStream() local
994 if (decodeSize < 0) END_PROCESS(54, "Decoding Failed ! Corrupted input detected !"); in LZ4IO_decodeLegacyStream()
995 streamSize += (unsigned long long)decodeSize; in LZ4IO_decodeLegacyStream()
997 storedSkips = LZ4IO_fwriteSparse(foutput, out_buff, (size_t)decodeSize, prefs->sparseFileSupport, storedSkips); /* success or die */ in LZ4IO_decodeLegacyStream()

Completed in 4 milliseconds