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

  /external/lz4/examples/
frameCompress.c 261 size_t sizeOut = 0;
265 ret = compress_file(inpFp, outFp, &sizeIn, &sizeOut);
271 inpFilename, sizeIn, sizeOut,
272 (double)sizeOut / sizeIn * 100);
  /external/skia/src/pdf/
SkPDFFont.h 51 static SkAutoGlyphCache MakeVectorCache(SkTypeface*, int* sizeOut);

Completed in 60 milliseconds