Searched refs:setDecoderProperties (Results 1 – 2 of 2) sorted by relevance
227 CMyComPtr<ICompressSetDecoderProperties2> setDecoderProperties; in Decode() local228 decoder.QueryInterface(IID_ICompressSetDecoderProperties2, &setDecoderProperties); in Decode()229 if (setDecoderProperties) in Decode()237 RINOK(setDecoderProperties->SetDecoderProperties2((const Byte *)props, (UInt32)size)); in Decode()
130 CMyComPtr<ICompressSetDecoderProperties2> setDecoderProperties; in Code() local131 _lzmaDecoder.QueryInterface(IID_ICompressSetDecoderProperties2, &setDecoderProperties); in Code()132 if (!setDecoderProperties) in Code()134 RINOK(setDecoderProperties->SetDecoderProperties2(header.LzmaProps, 5)); in Code()