Home
last modified time | relevance | path

Searched refs:IDecimateVideoImage (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/3rdparty/include/dshow/
Dstrmif.h427 typedef struct IDecimateVideoImage IDecimateVideoImage; typedef
5584 struct IDecimateVideoImage : public IUnknown { struct
5592 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 { struct
5610 …HRESULT WINAPI IDecimateVideoImage_SetDecimationImageSize_Proxy(IDecimateVideoImage *This,long lWi…
5612 HRESULT WINAPI IDecimateVideoImage_ResetDecimationImageSize_Proxy(IDecimateVideoImage *This);