Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DBench.cpp628 CMyComPtr<ICompressSetDecoderProperties2> compressSetDecoderProperties; in Decode() local
629 decoder.QueryInterface(IID_ICompressSetDecoderProperties2, &compressSetDecoderProperties); in Decode()
630 if (!compressSetDecoderProperties) in Decode()
645 …RINOK(compressSetDecoderProperties->SetDecoderProperties2(propStreamSpec->Buffer, propStreamSpec->… in Decode()