Searched refs:setDecoderProperties (Results 1 – 2 of 2) sorted by relevance
237 CMyComPtr<ICompressSetDecoderProperties2> setDecoderProperties; in Decode() local238 decoder.QueryInterface(IID_ICompressSetDecoderProperties2, &setDecoderProperties); in Decode()239 if (setDecoderProperties) in Decode()247 RINOK(setDecoderProperties->SetDecoderProperties2((const Byte *)props, (UInt32)size)); in Decode()
139 CMyComPtr<ICompressSetDecoderProperties2> setDecoderProperties; in Code() local140 _lzmaDecoder.QueryInterface(IID_ICompressSetDecoderProperties2, &setDecoderProperties); in Code()141 if (!setDecoderProperties) in Code()143 RINOK(setDecoderProperties->SetDecoderProperties2(header.LzmaProps, 5)); in Code()