Searched refs:LZ4F_getFrameInfo (Results 1 – 5 of 5) sorted by relevance
/external/lz4/lib/dll/ |
D | liblz4.def | 16 LZ4F_getFrameInfo
|
/external/lz4/tests/ |
D | frametest.c | 216 CHECK( LZ4F_getFrameInfo(dCtx, &frame_info, compressedBuffer, &avail_in) ); in basicTests() 289 size_t const fiError = LZ4F_getFrameInfo(dCtx, &fi, ip, &nullSize); in basicTests() 300 size_t const fiError = LZ4F_getFrameInfo(dCtx, &fi, ip, &inputSize); in basicTests() 310 CHECK( LZ4F_getFrameInfo(dCtx, &fi, ip, &iSize) ); in basicTests() 508 CHECK( LZ4F_getFrameInfo(dCtx, &prefs.frameInfo, compressedBuffer, &cErr) ); in basicTests()
|
/external/lz4/lib/ |
D | lz4frame.h | 369 LZ4FLIB_API size_t LZ4F_getFrameInfo(LZ4F_dctx* dctx,
|
D | lz4frame.c | 1187 LZ4F_errorCode_t LZ4F_getFrameInfo(LZ4F_dctx* dctx, LZ4F_frameInfo_t* frameInfoPtr, in LZ4F_getFrameInfo() function
|
/external/lz4/examples/ |
D | frameCompress.c | 259 { size_t const fires = LZ4F_getFrameInfo(dctx, &info, src, &consumedSize); in decompress_file_allocDst()
|