Searched refs:IAMDroppedFrames (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/3rdparty/include/dshow/
H A Dstrmif.h272 typedef struct IAMDroppedFrames IAMDroppedFrames; typedef in typeref:struct:IAMDroppedFrames
3680 struct IAMDroppedFrames : public IUnknown { struct in inherits:IUnknown
3690 HRESULT (WINAPI *QueryInterface)(IAMDroppedFrames *This,REFIID riid,void **ppvObject);
3691 ULONG (WINAPI *AddRef)(IAMDroppedFrames *This);
3692 ULONG (WINAPI *Release)(IAMDroppedFrames *This);
3693 HRESULT (WINAPI *GetNumDropped)(IAMDroppedFrames *This,long *plDropped);
3694 HRESULT (WINAPI *GetNumNotDropped)(IAMDroppedFrames *This,long *plNotDropped);
3695 HRESULT (WINAPI *GetDroppedInfo)(IAMDroppedFrames *This,long lSize,long *plArray,long *plNumCopied);
3696 HRESULT (WINAPI *GetAverageFrameSize)(IAMDroppedFrames *Thi
3699 struct IAMDroppedFrames { struct
[all...]

Completed in 188 milliseconds