Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zDecode.cpp237 CMyComPtr<ICompressSetDecoderProperties2> setDecoderProperties; in Decode() local
238 decoder.QueryInterface(IID_ICompressSetDecoderProperties2, &setDecoderProperties); in Decode()
239 if (setDecoderProperties) in Decode()
247 RINOK(setDecoderProperties->SetDecoderProperties2((const Byte *)props, (UInt32)size)); in Decode()
/external/lzma/CPP/7zip/Archive/
DLzmaHandler.cpp139 CMyComPtr<ICompressSetDecoderProperties2> setDecoderProperties; in Code() local
140 _lzmaDecoder.QueryInterface(IID_ICompressSetDecoderProperties2, &setDecoderProperties); in Code()
141 if (!setDecoderProperties) in Code()
143 RINOK(setDecoderProperties->SetDecoderProperties2(header.LzmaProps, 5)); in Code()