Home
last modified time | relevance | path

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

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