Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/decklink/win/
DDeckLinkAPI.h2255 CONST_VTBL struct IDeckLinkTimecodeVtbl *lpVtbl; variable
2264 ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
2267 ( (This)->lpVtbl -> AddRef(This) )
2270 ( (This)->lpVtbl -> Release(This) )
2274 ( (This)->lpVtbl -> GetBCD(This) )
2277 ( (This)->lpVtbl -> GetComponents(This,hours,minutes,seconds,frames) )
2280 ( (This)->lpVtbl -> GetString(This,timecode) )
2283 ( (This)->lpVtbl -> GetFlags(This) )
2286 ( (This)->lpVtbl -> GetTimecodeUserBits(This,userBits) )
2347 CONST_VTBL struct IDeckLinkDisplayModeIteratorVtbl *lpVtbl; variable
[all …]
/third_party/mesa3d/include/D3D9/
Dd3d9.h463 IDirect3D9Vtbl *lpVtbl; member
467 #define IDirect3D9_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
468 #define IDirect3D9_AddRef(p) (p)->lpVtbl->AddRef(p)
469 #define IDirect3D9_Release(p) (p)->lpVtbl->Release(p)
471 #define IDirect3D9_RegisterSoftwareDevice(p,a) (p)->lpVtbl->RegisterSoftwareDevice(p,a)
472 #define IDirect3D9_GetAdapterCount(p) (p)->lpVtbl->GetAdapterCount(p)
473 #define IDirect3D9_GetAdapterIdentifier(p,a,b,c) (p)->lpVtbl->GetAdapterIdentifier(p,a,b,c)
474 #define IDirect3D9_GetAdapterModeCount(p,a,b) (p)->lpVtbl->GetAdapterModeCount(p,a,b)
475 #define IDirect3D9_EnumAdapterModes(p,a,b,c,d) (p)->lpVtbl->EnumAdapterModes(p,a,b,c,d)
476 #define IDirect3D9_GetAdapterDisplayMode(p,a,b) (p)->lpVtbl->GetAdapterDisplayMode(p,a,b)
[all …]
Dd3d9types.h1806 IUnknownVtbl *lpVtbl; member
1810 #define IUnknown_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
1811 #define IUnknown_AddRef(p) (p)->lpVtbl->AddRef(p)
1812 #define IUnknown_Release(p) (p)->lpVtbl->Release(p)
/third_party/mesa3d/include/d3dadapter/
Dpresent.h106 ID3DPresentVtbl *lpVtbl; member
110 #define ID3DPresent_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
111 #define ID3DPresent_AddRef(p) (p)->lpVtbl->AddRef(p)
112 #define ID3DPresent_Release(p) (p)->lpVtbl->Release(p)
114 #define ID3DPresent_GetPresentParameters(p,a) (p)->lpVtbl->GetPresentParameters(p,a)
115 #define ID3DPresent_SetPresentParameters(p,a,b) (p)->lpVtbl->SetPresentParameters(p,a,b)
116 #define ID3DPresent_NewD3DWindowBufferFromDmaBuf(p,a,b,c,d,e,f,g) (p)->lpVtbl->NewD3DWindowBufferFr…
117 #define ID3DPresent_DestroyD3DWindowBuffer(p,a) (p)->lpVtbl->DestroyD3DWindowBuffer(p,a)
118 #define ID3DPresent_WaitBufferReleased(p,a) (p)->lpVtbl->WaitBufferReleased(p,a)
119 #define ID3DPresent_FrontBufferCopy(p,a) (p)->lpVtbl->FrontBufferCopy(p,a)
[all …]
Dd3dadapter9.h53 ID3DAdapter9Vtbl *lpVtbl; member
57 #define ID3DAdapter9_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
58 #define ID3DAdapter9_AddRef(p) (p)->lpVtbl->AddRef(p)
59 #define ID3DAdapter9_Release(p) (p)->lpVtbl->Release(p)
61 #define ID3DAdapter9_GetAdapterIdentifier(p,a,b) (p)->lpVtbl->GetAdapterIdentifier(p,a,b)
62 #define ID3DAdapter9_CheckDeviceType(p,a,b,c,d) (p)->lpVtbl->CheckDeviceType(p,a,b,c,d)
63 #define ID3DAdapter9_CheckDeviceFormat(p,a,b,c,d,e) (p)->lpVtbl->CheckDeviceFormat(p,a,b,c,d,e)
64 #define ID3DAdapter9_CheckDeviceMultiSampleType(p,a,b,c,d,e) (p)->lpVtbl->CheckDeviceMultiSampleTyp…
65 #define ID3DAdapter9_CheckDepthStencilMatch(p,a,b,c,d) (p)->lpVtbl->CheckDepthStencilMatch(p,a,b,c,…
66 #define ID3DAdapter9_CheckDeviceFormatConversion(p,a,b,c) (p)->lpVtbl->CheckDeviceFormatConversion(…
[all …]
/third_party/gstreamer/gstplugins_bad/sys/wasapi/
Dgstaudioclient3.h166 CONST_VTBL struct IAudioClient3Vtbl *lpVtbl; variable
170 ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
173 ( (This)->lpVtbl -> AddRef(This) )
176 ( (This)->lpVtbl -> Release(This) )
180 …( (This)->lpVtbl -> Initialize(This,ShareMode,StreamFlags,hnsBufferDuration,hnsPeriodicity,pFormat…
183 ( (This)->lpVtbl -> GetBufferSize(This,pNumBufferFrames) )
186 ( (This)->lpVtbl -> GetStreamLatency(This,phnsLatency) )
189 ( (This)->lpVtbl -> GetCurrentPadding(This,pNumPaddingFrames) )
192 ( (This)->lpVtbl -> IsFormatSupported(This,ShareMode,pFormat,ppClosestMatch) )
195 ( (This)->lpVtbl -> GetMixFormat(This,ppDeviceFormat) )
[all …]
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgststrmif.h232 CONST_VTBL struct ICodecAPIVtbl *lpVtbl; variable
241 ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
244 ( (This)->lpVtbl -> AddRef(This) )
247 ( (This)->lpVtbl -> Release(This) )
251 ( (This)->lpVtbl -> IsSupported(This,Api) )
254 ( (This)->lpVtbl -> IsModifiable(This,Api) )
257 ( (This)->lpVtbl -> GetParameterRange(This,Api,ValueMin,ValueMax,SteppingDelta) )
260 ( (This)->lpVtbl -> GetParameterValues(This,Api,Values,ValuesCount) )
263 ( (This)->lpVtbl -> GetDefaultValue(This,Api,Value) )
266 ( (This)->lpVtbl -> GetValue(This,Api,Value) )
[all …]
/third_party/flutter/glfw/deps/mingw/
Ddinput.h1498 #define IDirectInputEffect_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
1499 #define IDirectInputEffect_AddRef(p) (p)->lpVtbl->AddRef(p)
1500 #define IDirectInputEffect_Release(p) (p)->lpVtbl->Release(p)
1502 #define IDirectInputEffect_Initialize(p,a,b,c) (p)->lpVtbl->Initialize(p,a,b,c)
1503 #define IDirectInputEffect_GetEffectGuid(p,a) (p)->lpVtbl->GetEffectGuid(p,a)
1504 #define IDirectInputEffect_GetParameters(p,a,b) (p)->lpVtbl->GetParameters(p,a,b)
1505 #define IDirectInputEffect_SetParameters(p,a,b) (p)->lpVtbl->SetParameters(p,a,b)
1506 #define IDirectInputEffect_Start(p,a,b) (p)->lpVtbl->Start(p,a,b)
1507 #define IDirectInputEffect_Stop(p) (p)->lpVtbl->Stop(p)
1508 #define IDirectInputEffect_GetEffectStatus(p,a) (p)->lpVtbl->GetEffectStatus(p,a)
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/audio/xaudio2/
DSDL_xaudio2.h168 const struct IXAudio2Vtbl FAR* lpVtbl;
210 #define IXAudio2_Release(A) ((A)->lpVtbl->Release(A))
211 #define IXAudio2_CreateSourceVoice(A,B,C,D,E,F,G,H) ((A)->lpVtbl->CreateSourceVoice(A,B,C,D,E,F,G,H…
212 #define IXAudio2_CreateMasteringVoice(A,B,C,D,E,F,G,H) ((A)->lpVtbl->CreateMasteringVoice(A,B,C,D,E…
213 #define IXAudio2_StartEngine(A) ((A)->lpVtbl->StartEngine(A))
214 #define IXAudio2_StopEngine(A) ((A)->lpVtbl->StopEngine(A))
220 const struct IXAudio2SourceVoiceVtbl FAR* lpVtbl;
289 #define IXAudio2SourceVoice_DestroyVoice(A) ((A)->lpVtbl->DestroyVoice(A))
290 #define IXAudio2SourceVoice_Start(A,B,C) ((A)->lpVtbl->Start(A,B,C))
291 #define IXAudio2SourceVoice_Stop(A,B,C) ((A)->lpVtbl->Stop(A,B,C))
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowskeyboard.c429 videodata->ime_threadmgr->lpVtbl->Release(videodata->ime_threadmgr); in IME_Quit()
686 …if (SUCCEEDED(videodata->ime_threadmgr->lpVtbl->AssociateFocus(videodata->ime_threadmgr, hwnd, NUL… in IME_SetWindow()
688 document_mgr->lpVtbl->Release(document_mgr); in IME_SetWindow()
995 pcandlist->lpVtbl->GetSelection(pcandlist, &selection); in UILess_GetCandidateList()
996 pcandlist->lpVtbl->GetCount(pcandlist, &count); in UILess_GetCandidateList()
997 pcandlist->lpVtbl->GetCurrentPage(pcandlist, &page); in UILess_GetCandidateList()
1003 pcandlist->lpVtbl->GetPageIndex(pcandlist, 0, 0, &pgcount); in UILess_GetCandidateList()
1007 pcandlist->lpVtbl->GetPageIndex(pcandlist, idxlist, pgcount, &pgcount); in UILess_GetCandidateList()
1023 if (SUCCEEDED(pcandlist->lpVtbl->GetString(pcandlist, i, &bstr))) { in UILess_GetCandidateList()
1073 …if (SUCCEEDED(threadmgrex->lpVtbl->QueryInterface(threadmgrex, &IID_ITfUIElementMgr, (LPVOID *)&pu… in UILess_GetUIElement()
[all …]
DSDL_msctf.h74 const struct ITfThreadMgrVtbl *lpVtbl; member
99 const struct ITfThreadMgrExVtbl *lpVtbl; member
117 const struct ITfDocumentMgrVtbl *lpVtbl; member
132 const struct ITfUIElementSinkVtbl *lpVtbl; member
149 const struct ITfUIElementMgrVtbl *lpVtbl; member
173 const struct ITfCandidateListUIElementVtbl *lpVtbl; member
195 const struct ITfReadingInformationUIElementVtbl *lpVtbl; member
211 const struct ITfUIElementVtbl *lpVtbl; member
225 const struct ITfInputProcessorProfileActivationSinkVtbl *lpVtbl; member
239 const struct ITfSourceVtbl *lpVtbl; member
DSDL_windowsvideo.h95 void **lpVtbl; member
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_abi_helper.h46 …RTIES (STDMETHODCALLTYPE *)(ID3D12Device2 *, UINT, D3D12_HEAP_TYPE))dev->lpVtbl->GetCustomHeapProp… in dzn_ID3D12Device2_GetCustomHeapProperties()
61 … dev->lpVtbl->GetResourceAllocationInfo)(dev, visible_mask, num_resource_descs, resource_descs); in dzn_ID3D12Device2_GetResourceAllocationInfo()
75 ret = ((D3D12_RESOURCE_DESC (STDMETHODCALLTYPE *)(ID3D12Resource *))res->lpVtbl->GetDesc)(res); in dzn_ID3D12Resource_GetDesc()
89 …ret = ((D3D12_CPU_DESCRIPTOR_HANDLE (STDMETHODCALLTYPE *)(ID3D12DescriptorHeap *))heap->lpVtbl->Ge… in dzn_ID3D12DescriptorHeap_GetCPUDescriptorHandleForHeapStart()
103 …ret = ((D3D12_GPU_DESCRIPTOR_HANDLE (STDMETHODCALLTYPE *)(ID3D12DescriptorHeap *))heap->lpVtbl->Ge… in dzn_ID3D12DescriptorHeap_GetGPUDescriptorHandleForHeapStart()
/third_party/vulkan-loader/tests/framework/shim/
Dwindows_shim.cpp183 if (factory->lpVtbl != nullptr) { in ShimIDXGIFactory1Release()
184 delete factory->lpVtbl; in ShimIDXGIFactory1Release()
192 if (factory->lpVtbl != nullptr) { in ShimIDXGIFactory6Release()
193 delete factory->lpVtbl; in ShimIDXGIFactory6Release()
202 if (pAdapter->lpVtbl != nullptr) { in ShimRelease()
203 delete pAdapter->lpVtbl; in ShimRelease()
215 adapter->lpVtbl = vtbl; in create_IDXGIAdapter1()
271 factory->lpVtbl = vtbl; in create_IDXGIFactory1()
281 factory->lpVtbl = vtbl; in create_IDXGIFactory6()
/third_party/vulkan-loader/loader/
Dloader_windows.c475 … HRESULT hres = dxgi_factory->lpVtbl->EnumAdapters1(dxgi_factory, j, &adapter); in windows_get_registry_files()
486 hres = adapter->lpVtbl->GetDesc1(adapter, &description); in windows_get_registry_files()
562 dxgi_factory->lpVtbl->Release(dxgi_factory); in windows_get_registry_files()
809 …hres = dxgi_factory->lpVtbl->EnumAdapterByGpuPreference(dxgi_factory, i, DXGI_GPU_PREFERENCE_UNSPE… in windows_read_sorted_physical_devices()
820 hres = adapter->lpVtbl->GetDesc1(adapter, &description); in windows_read_sorted_physical_devices()
831 adapter->lpVtbl->Release(adapter); in windows_read_sorted_physical_devices()
896 adapter->lpVtbl->Release(adapter); in windows_read_sorted_physical_devices()
899 dxgi_factory->lpVtbl->Release(dxgi_factory); in windows_read_sorted_physical_devices()
917 dxgi_factory->lpVtbl->Release(dxgi_factory); in windows_initialize_dxgi()
/third_party/python/Modules/_ctypes/
Dcallproc.c1063 hr = pIunk->lpVtbl->QueryInterface(pIunk, &IID_ISupportErrorInfo, (void **)&psei); in GetComError()
1067 hr = psei->lpVtbl->InterfaceSupportsErrorInfo(psei, riid); in GetComError()
1068 psei->lpVtbl->Release(psei); in GetComError()
1076 pei->lpVtbl->GetDescription(pei, &descr); in GetComError()
1077 pei->lpVtbl->GetGUID(pei, &guid); in GetComError()
1078 pei->lpVtbl->GetHelpContext(pei, &helpcontext); in GetComError()
1079 pei->lpVtbl->GetHelpFile(pei, &helpfile); in GetComError()
1080 pei->lpVtbl->GetSource(pei, &source); in GetComError()
1082 pei->lpVtbl->Release(pei); in GetComError()
1435 src->lpVtbl->AddRef(src); in copy_com_pointer()
D_ctypes_test.c424 piunk->lpVtbl->AddRef(piunk); in _testfunc_piunk()
425 return piunk->lpVtbl->Release(piunk); in _testfunc_piunk()
1026 punk->lpVtbl->AddRef(punk); in KeepObject()
1028 pobj->lpVtbl->Release(pobj); in KeepObject()
Dcallbacks.c124 punk->lpVtbl->AddRef(punk); in TryAddRef()
D_ctypes.c4157 if (NULL == piunk->lpVtbl) { in PyCFuncPtr_call()
4162 pProc = ((void **)piunk->lpVtbl)[self->index - 0x1000]; in PyCFuncPtr_call()
/third_party/flutter/skia/third_party/externals/sdl/src/render/direct3d/
DSDL_render_d3d.c69 const struct ID3DXBufferVtbl FAR* lpVtbl;
755 shader_data = (DWORD*)pCode->lpVtbl->GetBufferPointer(pCode); in D3D_CreateRenderer()
756 shader_size = pCode->lpVtbl->GetBufferSize(pCode); in D3D_CreateRenderer()
759 const char *error = (const char *)pErrorMsgs->lpVtbl->GetBufferPointer(pErrorMsgs); in D3D_CreateRenderer()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Dndis_events.c782 pSink->lpVtbl = &events->sink_vtbl; in ndis_events_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Dndis_events.c782 pSink->lpVtbl = &events->sink_vtbl; in ndis_events_init()
/third_party/ffmpeg/libavcodec/
Damfenc.c643 … texture->lpVtbl->SetPrivateData(texture, &AMFTextureArrayIndexGUID, sizeof(index), &index); in ff_amf_receive_packet()