Searched refs:NLzma (Results 1 - 8 of 8) sorted by relevance

/external/lzma/CPP/7zip/Compress/
H A DLzmaRegister.cpp9 static void *CreateCodec() { return (void *)(ICompressCoder *)(new NCompress::NLzma::CDecoder); }
12 static void *CreateCodecOut() { return (void *)(ICompressCoder *)(new NCompress::NLzma::CEncoder); }
H A DLzmaEncoder.h13 namespace NLzma { namespace in namespace:NCompress
H A DLzma2Encoder.cpp14 namespace NLzma { namespace in namespace:NCompress
53 RINOK(NLzma::SetLzmaProp(propID, prop, lzma2Props.lzmaProps));
H A DLzmaDecoder.h12 namespace NLzma { namespace in namespace:NCompress
H A DLzmaEncoder.cpp13 namespace NLzma { namespace in namespace:NCompress
H A DLzmaDecoder.cpp25 namespace NLzma { namespace in namespace:NCompress
/external/lzma/CPP/7zip/Archive/
H A DLzmaHandler.cpp24 namespace NLzma { namespace in namespace:NArchive
71 NCompress::NLzma::CDecoder *_lzmaDecoderSpec;
97 _lzmaDecoderSpec = new NCompress::NLzma::CDecoder;
/external/lzma/CPP/7zip/Bundles/LzmaCon/
H A DLzmaAlone.cpp374 NCompress::NLzma::CEncoder *encoderSpec = new NCompress::NLzma::CEncoder;
476 NCompress::NLzma::CDecoder *decoderSpec = new NCompress::NLzma::CDecoder;

Completed in 191 milliseconds