Searched refs:Lz4 (Results 1 – 5 of 5) sorted by relevance
49 static std::unique_ptr<IDecompressor> Lz4();
64 return ICompressor::Lz4(compression.compression_level, block_size); in Create()332 std::unique_ptr<ICompressor> ICompressor::Lz4(const int32_t compression_level, in Lz4() function in android::snapshot::ICompressor
61 return IDecompressor::Lz4(); in FromString()388 std::unique_ptr<IDecompressor> IDecompressor::Lz4() { in Lz4() function in android::snapshot::IDecompressor
747 decompressor = IDecompressor::Lz4(); in ReadData()
38 static std::unique_ptr<ICompressor> Lz4(const int32_t compression_level,