Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/include/dshow/
Dstrmif.h397 typedef struct IAMDevMemoryControl IAMDevMemoryControl; typedef
5342 struct IAMDevMemoryControl : public IUnknown { struct
5351 HRESULT (WINAPI *QueryInterface)(IAMDevMemoryControl *This,REFIID riid,void **ppvObject);
5352 ULONG (WINAPI *AddRef)(IAMDevMemoryControl *This);
5353 ULONG (WINAPI *Release)(IAMDevMemoryControl *This);
5354 HRESULT (WINAPI *QueryWriteSync)(IAMDevMemoryControl *This);
5355 HRESULT (WINAPI *WriteSync)(IAMDevMemoryControl *This);
5356 HRESULT (WINAPI *GetDevId)(IAMDevMemoryControl *This,DWORD *pdwDevId);
5359 struct IAMDevMemoryControl { struct
5371 HRESULT WINAPI IAMDevMemoryControl_QueryWriteSync_Proxy(IAMDevMemoryControl *This);
[all …]