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

  /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...]
  /external/lz4/programs/
lz4io.c 635 unsigned long long filesize = 0, decodedSize=0;
648 decodedSize = selectDecoder(finput, foutput);
649 if (decodedSize != ENDOFSTREAM)
650 filesize += decodedSize;
651 } while (decodedSize != ENDOFSTREAM);
fullbench.c 668 int decodedSize = decompressionFunction(chunkP[chunkNb].compressedBuffer, chunkP[chunkNb].origBuffer, chunkP[chunkNb].compressedSize, chunkP[chunkNb].origSize);
669 if (chunkP[chunkNb].origSize != decodedSize) DISPLAY("ERROR ! %s() == %i != %i !! \n", dName, decodedSize, chunkP[chunkNb].origSize), exit(1);
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp     [all...]

Completed in 1277 milliseconds