Searched refs:SetDecoderProperties2 (Results 1 - 12 of 12) sorted by relevance
/third_party/lzma/CPP/7zip/Compress/ |
H A D | BranchMisc.cpp | 93 Z7_COM7F_IMF(CDecoder::SetDecoderProperties2(const Byte *props, UInt32 size))
in SetDecoderProperties2() function
|
H A D | DeltaFilter.cpp | 112 Z7_COM7F_IMF(CDecoder::SetDecoderProperties2(const Byte *props, UInt32 size))
in SetDecoderProperties2() function
|
H A D | PpmdDecoder.cpp | 31 Z7_COM7F_IMF(CDecoder::SetDecoderProperties2(const Byte *props, UInt32 size))
in SetDecoderProperties2() function
|
H A D | Lzma2Decoder.cpp | 40 Z7_COM7F_IMF(CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size))
in SetDecoderProperties2() function
|
H A D | LzmaDecoder.cpp | 74 Z7_COM7F_IMF(CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size))
in SetDecoderProperties2() function
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | FilterCoder.cpp | 576 Z7_COM7F_IMF(CFilterCoder::SetDecoderProperties2(const Byte *data, UInt32 size))
in SetDecoderProperties2() function 577 { return _setDecoderProperties2->SetDecoderProperties2(data, size); }
in SetDecoderProperties2()
|
/third_party/lzma/CPP/7zip/ |
H A D | ICoder.h | 185 x(SetDecoderProperties2(const Byte *data, UInt32 size))
|
/third_party/lzma/CPP/7zip/Crypto/ |
H A D | 7zAes.cpp | 246 Z7_COM7F_IMF(CDecoder::SetDecoderProperties2(const Byte *data, UInt32 size))
in SetDecoderProperties2() function
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zDecode.cpp | 412 HRESULT res = setDecoderProperties->SetDecoderProperties2((const Byte *)props, size32);
|
/third_party/lzma/CPP/7zip/Archive/ |
H A D | LzmaHandler.cpp | 134 RINOK(_lzmaDecoderSpec->SetDecoderProperties2(header.LzmaProps, 5))
in Code()
|
/third_party/lzma/CPP/7zip/Bundles/LzmaCon/ |
H A D | LzmaAlone.cpp | 754 if (decoderSpec->SetDecoderProperties2(header, kPropertiesSize) != S_OK)
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | Bench.cpp | 1580 RINOK(setDecProps->SetDecoderProperties2(
|
Completed in 11 milliseconds