Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zDecode.cpp227 CMyComPtr<ICompressSetDecoderProperties2> setDecoderProperties; in Decode() local
228 decoder.QueryInterface(IID_ICompressSetDecoderProperties2, &setDecoderProperties); in Decode()
229 if (setDecoderProperties) in Decode()
237 RINOK(setDecoderProperties->SetDecoderProperties2((const Byte *)props, (UInt32)size)); in Decode()
/external/lzma/CPP/7zip/Archive/
DLzmaHandler.cpp130 CMyComPtr<ICompressSetDecoderProperties2> setDecoderProperties; in Code() local
131 _lzmaDecoder.QueryInterface(IID_ICompressSetDecoderProperties2, &setDecoderProperties); in Code()
132 if (!setDecoderProperties) in Code()
134 RINOK(setDecoderProperties->SetDecoderProperties2(header.LzmaProps, 5)); in Code()