Searched refs:lpVtbl (Results 1 – 7 of 7) sorted by relevance
/external/opencv3/3rdparty/include/dshow/ |
D | control.h | 154 CONST_VTBL struct IAMCollectionVtbl *lpVtbl; member 157 #define IAMCollection_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,… 158 #define IAMCollection_AddRef(This) (This)->lpVtbl->AddRef(This) 159 #define IAMCollection_Release(This) (This)->lpVtbl->Release(This) 160 #define IAMCollection_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) 161 #define IAMCollection_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo… 162 #define IAMCollection_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetID… 163 …ber,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispI… 164 #define IAMCollection_get_Count(This,plCount) (This)->lpVtbl->get_Count(This,plCount) 165 #define IAMCollection_Item(This,lItem,ppUnk) (This)->lpVtbl->Item(This,lItem,ppUnk) [all …]
|
D | dsound.h | 447 #define IDirectSound_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) 448 #define IDirectSound_AddRef(p) (p)->lpVtbl->AddRef(p) 449 #define IDirectSound_Release(p) (p)->lpVtbl->Release(p) 451 #define IDirectSound_CreateSoundBuffer(p,a,b,c) (p)->lpVtbl->CreateSoundBuffer(p,a,b,c) 452 #define IDirectSound_GetCaps(p,a) (p)->lpVtbl->GetCaps(p,a) 453 #define IDirectSound_DuplicateSoundBuffer(p,a,b) (p)->lpVtbl->DuplicateSoundBuffer(p,a,b) 454 #define IDirectSound_SetCooperativeLevel(p,a,b) (p)->lpVtbl->SetCooperativeLevel(p,a,b) 455 #define IDirectSound_Compact(p) (p)->lpVtbl->Compact(p) 456 #define IDirectSound_GetSpeakerConfig(p,a) (p)->lpVtbl->GetSpeakerConfig(p,a) 457 #define IDirectSound_SetSpeakerConfig(p,a) (p)->lpVtbl->SetSpeakerConfig(p,a) [all …]
|
D | ddraw.h | 1272 #define IDirectDrawPalette_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) 1273 #define IDirectDrawPalette_AddRef(p) (p)->lpVtbl->AddRef(p) 1274 #define IDirectDrawPalette_Release(p) (p)->lpVtbl->Release(p) 1276 #define IDirectDrawPalette_GetCaps(p,a) (p)->lpVtbl->GetCaps(p,a) 1277 #define IDirectDrawPalette_GetEntries(p,a,b,c,d) (p)->lpVtbl->GetEntries(p,a,b,c,d) 1278 #define IDirectDrawPalette_Initialize(p,a,b,c) (p)->lpVtbl->Initialize(p,a,b,c) 1279 #define IDirectDrawPalette_SetEntries(p,a,b,c,d) (p)->lpVtbl->SetEntries(p,a,b,c,d) 1315 #define IDirectDrawClipper_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) 1316 #define IDirectDrawClipper_AddRef(p) (p)->lpVtbl->AddRef(p) 1317 #define IDirectDrawClipper_Release(p) (p)->lpVtbl->Release(p) [all …]
|
D | strmif.h | 749 CONST_VTBL struct ICreateDevEnumVtbl *lpVtbl; member 752 #define ICreateDevEnum_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid… 753 #define ICreateDevEnum_AddRef(This) (This)->lpVtbl->AddRef(This) 754 #define ICreateDevEnum_Release(This) (This)->lpVtbl->Release(This) 755 …eateClassEnumerator(This,clsidDeviceClass,ppEnumMoniker,dwFlags) (This)->lpVtbl->CreateClassEnumer… 852 CONST_VTBL struct IPinVtbl *lpVtbl; member 855 #define IPin_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) 856 #define IPin_AddRef(This) (This)->lpVtbl->AddRef(This) 857 #define IPin_Release(This) (This)->lpVtbl->Release(This) 858 #define IPin_Connect(This,pReceivePin,pmt) (This)->lpVtbl->Connect(This,pReceivePin,pmt) [all …]
|
D | amvideo.h | 224 CONST_VTBL IDirectDrawVideoVtbl* lpVtbl; 229 #define IDirectDrawVideo_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,ri… 230 #define IDirectDrawVideo_AddRef(This) (This)->lpVtbl->AddRef(This) 231 #define IDirectDrawVideo_Release(This) (This)->lpVtbl->Release(This) 233 #define IDirectDrawVideo_GetSwitches(This,pSwitches) (This)->lpVtbl->GetSwitches(This,pSwitches) 234 #define IDirectDrawVideo_SetSwitches(This,Switches) (This)->lpVtbl->SetSwitches(This,Switches) 235 #define IDirectDrawVideo_GetCaps(This,pCaps) (This)->lpVtbl->GetCaps(This,pCaps) 236 #define IDirectDrawVideo_GetEmulatedCaps(This,pCaps) (This)->lpVtbl->GetEmulatedCaps(This,pCaps) 237 #define IDirectDrawVideo_GetSurfaceDesc(This,pSurfaceDesc) (This)->lpVtbl->GetSurfaceDesc(This,pSur… 238 #define IDirectDrawVideo_GetFourCCCodes(This,pCount,pCodes) (This)->lpVtbl->GetFourCCCodes(This,pCo… [all …]
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/dxgi/ |
D | dxgi_dll.c | 244 backend->lpVtbl->Release(backend); in install_wine_dxgi_backend()
|
/external/wpa_supplicant_8/src/drivers/ |
D | ndis_events.c | 782 pSink->lpVtbl = &events->sink_vtbl; in ndis_events_init()
|