Searched refs:IDecimateVideoImage (Results 1 – 1 of 1) sorted by relevance
427 typedef struct IDecimateVideoImage IDecimateVideoImage; typedef5584 struct IDecimateVideoImage : public IUnknown { struct5592 HRESULT (WINAPI *QueryInterface)(IDecimateVideoImage *This,REFIID riid,void **ppvObject);5593 ULONG (WINAPI *AddRef)(IDecimateVideoImage *This);5594 ULONG (WINAPI *Release)(IDecimateVideoImage *This);5595 HRESULT (WINAPI *SetDecimationImageSize)(IDecimateVideoImage *This,long lWidth,long lHeight);5596 HRESULT (WINAPI *ResetDecimationImageSize)(IDecimateVideoImage *This);5599 struct IDecimateVideoImage { struct5610 …HRESULT WINAPI IDecimateVideoImage_SetDecimationImageSize_Proxy(IDecimateVideoImage *This,long lWi…5612 HRESULT WINAPI IDecimateVideoImage_ResetDecimationImageSize_Proxy(IDecimateVideoImage *This);