Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zDecode.cpp392 CMyComPtr<ICompressSetDecoderProperties2> setDecoderProperties; in Decode() local
393 decoder->QueryInterface(IID_ICompressSetDecoderProperties2, (void **)&setDecoderProperties); in Decode()
394 if (setDecoderProperties) in Decode()
400 … HRESULT res = setDecoderProperties->SetDecoderProperties2((const Byte *)props, (UInt32)size); in Decode()