Home | History | Annotate | Download | only in tests

Lines Matching refs:dstCapacity

397     {   size_t const dstCapacity = LZ4F_compressFrameBound(testSize, &prefs);
398 DISPLAYLEVEL(4, "dstCapacity = %u \n", (U32)dstCapacity)
399 cSize = LZ4F_compressFrame(compressedBuffer, dstCapacity, CNBuffer, testSize, &prefs);
406 { size_t const dstCapacity = LZ4F_compressFrameBound(testSize, &prefs);
407 DISPLAYLEVEL(4, "dstCapacity = %u \n", (U32)dstCapacity)
408 cSize = LZ4F_compressFrame(compressedBuffer, dstCapacity, CNBuffer, testSize, &prefs);