Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Archive/7z/
D7zDecode.cpp395 CMyComPtr<ICompressSetDecoderProperties2> setDecoderProperties; in Decode() local
396 decoder->QueryInterface(IID_ICompressSetDecoderProperties2, (void **)&setDecoderProperties); in Decode()
397 if (setDecoderProperties) in Decode()
403 HRESULT res = setDecoderProperties->SetDecoderProperties2((const Byte *)props, size32); in Decode()