Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/include/dshow/
Dstrmif.h437 typedef struct IVideoFrameStep IVideoFrameStep; typedef
5664 struct IVideoFrameStep : public IUnknown { struct
5673 HRESULT (WINAPI *QueryInterface)(IVideoFrameStep *This,REFIID riid,void **ppvObject);
5674 ULONG (WINAPI *AddRef)(IVideoFrameStep *This);
5675 ULONG (WINAPI *Release)(IVideoFrameStep *This);
5676 HRESULT (WINAPI *Step)(IVideoFrameStep *This,DWORD dwFrames,IUnknown *pStepObject);
5677 HRESULT (WINAPI *CanStep)(IVideoFrameStep *This,long bMultiple,IUnknown *pStepObject);
5678 HRESULT (WINAPI *CancelStep)(IVideoFrameStep *This);
5681 struct IVideoFrameStep { struct
5693 …HRESULT WINAPI IVideoFrameStep_Step_Proxy(IVideoFrameStep *This,DWORD dwFrames,IUnknown *pStepObje…
[all …]