Searched refs:setDecoderProperties (Results 1 – 1 of 1) sorted by relevance
395 CMyComPtr<ICompressSetDecoderProperties2> setDecoderProperties; in Decode() local396 decoder->QueryInterface(IID_ICompressSetDecoderProperties2, (void **)&setDecoderProperties); in Decode()397 if (setDecoderProperties) in Decode()403 HRESULT res = setDecoderProperties->SetDecoderProperties2((const Byte *)props, size32); in Decode()