IDecimateVideoImage  427 3rdparty/include/dshow/strmif.h typedef struct IDecimateVideoImage IDecimateVideoImage;
IDecimateVideoImage 5584 3rdparty/include/dshow/strmif.h   struct IDecimateVideoImage : public IUnknown {
IDecimateVideoImage 5592 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IDecimateVideoImage *This,REFIID riid,void **ppvObject);
IDecimateVideoImage 5593 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IDecimateVideoImage *This);
IDecimateVideoImage 5594 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IDecimateVideoImage *This);
IDecimateVideoImage 5595 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetDecimationImageSize)(IDecimateVideoImage *This,long lWidth,long lHeight);
IDecimateVideoImage 5596 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *ResetDecimationImageSize)(IDecimateVideoImage *This);
IDecimateVideoImage 5610 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDecimateVideoImage_SetDecimationImageSize_Proxy(IDecimateVideoImage *This,long lWidth,long lHeight);
IDecimateVideoImage 5612 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDecimateVideoImage_ResetDecimationImageSize_Proxy(IDecimateVideoImage *This);