Searched refs:setDecoderProperties (Results 1 – 2 of 2) sorted by relevance
133 CMyComPtr<ICompressSetDecoderProperties2> setDecoderProperties; in Code() local134 _lzmaDecoder.QueryInterface(IID_ICompressSetDecoderProperties2, &setDecoderProperties); in Code()135 if (!setDecoderProperties) in Code()137 RINOK(setDecoderProperties->SetDecoderProperties2(header.LzmaProps, 5)); in Code()
360 CMyComPtr<ICompressSetDecoderProperties2> setDecoderProperties; in Decode() local361 decoder->QueryInterface(IID_ICompressSetDecoderProperties2, (void **)&setDecoderProperties); in Decode()362 if (setDecoderProperties) in Decode()368 … HRESULT res = setDecoderProperties->SetDecoderProperties2((const Byte *)props, (UInt32)size); in Decode()