Searched refs:setDecoderProperties (Results 1 – 1 of 1) sorted by relevance
392 CMyComPtr<ICompressSetDecoderProperties2> setDecoderProperties; in Decode() local393 decoder->QueryInterface(IID_ICompressSetDecoderProperties2, (void **)&setDecoderProperties); in Decode()394 if (setDecoderProperties) in Decode()400 … HRESULT res = setDecoderProperties->SetDecoderProperties2((const Byte *)props, (UInt32)size); in Decode()