Searched defs:IAMDecoderCaps (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/3rdparty/include/dshow/
H A Dstrmif.h547 typedef struct IAMDecoderCaps IAMDecoderCaps; typedef in typeref:struct:IAMDecoderCaps
6704 struct IAMDecoderCaps : public IUnknown { struct in inherits:IUnknown
6711 HRESULT (WINAPI *QueryInterface)(IAMDecoderCaps *This,REFIID riid,void **ppvObject);
6712 ULONG (WINAPI *AddRef)(IAMDecoderCaps *This);
6713 ULONG (WINAPI *Release)(IAMDecoderCaps *This);
6714 HRESULT (WINAPI *GetDecoderCaps)(IAMDecoderCaps *This,DWORD dwCapIndex,DWORD *lpdwCap);
6717 struct IAMDecoderCaps { struct
6727 HRESULT WINAPI IAMDecoderCaps_GetDecoderCaps_Proxy(IAMDecoderCaps *This,DWORD dwCapIndex,DWORD *lpdwCap);

Completed in 77 milliseconds