HomeSort by relevance Sort by last modified time
    Searched refs:decodedSize (Results 1 - 8 of 8) sorted by null

  /external/lz4/tests/
frametest.c 388 { size_t const decodedSize = (size_t)(op - ostart);
389 U64 const crcDest = XXH64(decodedBuffer, decodedSize, 1);
391 DISPLAYLEVEL(3, "Regenerated %u bytes \n", (U32)decodedSize);
439 size_t decodedSize = COMPRESSIBLE_NOISE_LENGTH;
442 CHECK( LZ4F_decompress(dctx, decodedBuffer, &decodedSize, compressedBuffer, &iSize, NULL) );
443 if (decodedSize != testSize) goto _output_error;
445 { U64 const crcDest = XXH64(decodedBuffer, decodedSize, 1);
449 DISPLAYLEVEL(3, "Regenerated %u bytes \n", (U32)decodedSize);
545 size_t decodedSize = COMPRESSIBLE_NOISE_LENGTH;
549 decodedBuffer, &decodedSize,
    [all...]
fullbench.c 595 int const decodedSize = decompressionFunction(chunkP[chunkNb].compressedBuffer, chunkP[chunkNb].origBuffer,
597 if (chunkP[chunkNb].origSize != decodedSize) {
599 dName, decodedSize, chunkP[chunkNb].origSize);
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
DexRandomAccessFile.java 253 * @param decodedSize The ULEB128 value that should have been read just before this.
256 public byte[] readDexUtf(int decodedSize) throws IOException {
262 byte[] str = new byte[decodedSize * 3];
  /external/lz4/lib/
lz4frame.c     [all...]
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp     [all...]
  /external/lz4/programs/
lz4io.c     [all...]
  /external/dng_sdk/source/
dng_lossless_jpeg.cpp     [all...]
dng_read_image.cpp     [all...]

Completed in 297 milliseconds