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

/external/opencv3/3rdparty/include/dshow/
H A Dstrmif.h432 typedef struct IAMVideoDecimationProperties IAMVideoDecimationProperties; typedef in typeref:struct:IAMVideoDecimationProperties
5628 struct IAMVideoDecimationProperties : public IUnknown { struct in inherits:IUnknown
5636 HRESULT (WINAPI *QueryInterface)(IAMVideoDecimationProperties *This,REFIID riid,void **ppvObject);
5637 ULONG (WINAPI *AddRef)(IAMVideoDecimationProperties *This);
5638 ULONG (WINAPI *Release)(IAMVideoDecimationProperties *This);
5639 HRESULT (WINAPI *QueryDecimationUsage)(IAMVideoDecimationProperties *This,DECIMATION_USAGE *lpUsage);
5640 HRESULT (WINAPI *SetDecimationUsage)(IAMVideoDecimationProperties *This,DECIMATION_USAGE Usage);
5643 struct IAMVideoDecimationProperties { struct
5654 HRESULT WINAPI IAMVideoDecimationProperties_QueryDecimationUsage_Proxy(IAMVideoDecimationProperties *Thi
[all...]

Completed in 188 milliseconds