Home
last modified time | relevance | path

Searched refs:cctx_ (Results 1 – 2 of 2) sorted by relevance

/system/ulib/fvm-host/container/
A Dsparse.cpp21 LZ4F_errorCode_t errc = LZ4F_createCompressionContext(&cctx_, LZ4F_VERSION); in Setup()
29 size_t r = LZ4F_compressBegin(cctx_, GetBuffer(), GetRemaining(), &lz4_prefs); in Setup()
40 size_t r = LZ4F_compressUpdate(cctx_, GetBuffer(), GetRemaining(), data, length, NULL); in Compress()
51 size_t r = LZ4F_compressEnd(cctx_, GetBuffer(), GetRemaining(), NULL); in Finish()
58 LZ4F_errorCode_t errc = LZ4F_freeCompressionContext(cctx_); in Finish()
/system/ulib/fvm-host/include/fvm-host/
A Dcontainer.h148 LZ4F_compressionContext_t cctx_; variable

Completed in 3 milliseconds