Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/include/dshow/
Dstrmif.h137 typedef struct IQualityControl IQualityControl; typedef
2208 typedef IQualityControl *PQUALITYCONTROL;
2216 struct IQualityControl : public IUnknown { struct
2219 virtual HRESULT WINAPI SetSink(IQualityControl *piqc) = 0;
2224 HRESULT (WINAPI *QueryInterface)(IQualityControl *This,REFIID riid,void **ppvObject);
2225 ULONG (WINAPI *AddRef)(IQualityControl *This);
2226 ULONG (WINAPI *Release)(IQualityControl *This);
2227 HRESULT (WINAPI *Notify)(IQualityControl *This,IBaseFilter *pSelf,Quality q);
2228 HRESULT (WINAPI *SetSink)(IQualityControl *This,IQualityControl *piqc);
2231 struct IQualityControl { struct
[all …]