| /third_party/gstreamer/gstplugins_bad/sys/decklink/win/ |
| D | DeckLinkAPI.h | 2217 HRESULT ( STDMETHODCALLTYPE *QueryInterface )( 2264 ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) 2326 HRESULT ( STDMETHODCALLTYPE *QueryInterface )( 2356 ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) 2420 HRESULT ( STDMETHODCALLTYPE *QueryInterface )( 2470 ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) 2541 HRESULT ( STDMETHODCALLTYPE *QueryInterface )( 2575 ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) 2659 HRESULT ( STDMETHODCALLTYPE *QueryInterface )( 2728 ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) [all …]
|
| /third_party/lzma/CPP/7zip/Archive/Common/ |
| D | CoderMixer2.cpp | 41 _stream.QueryInterface(IID_IOutStreamFinish, &outStreamFinish); in OutStreamFinish() 71 Coder.QueryInterface(IID_ICompressGetInStreamProcessedSize, (void **)&getInStreamProcessedSize); in CheckDataAfterEnd() 93 …Coder2.QueryInterface(IID_ICompressGetInStreamProcessedSize2, (void **)&getInStreamProcessedSize2); in CheckDataAfterEnd() 347 unk->QueryInterface(IID_ISequentialInStream, (void**)&s); in AddCoder() 352 unk->QueryInterface(IID_ISequentialOutStream, (void**)&s); in AddCoder() 381 coder.QueryInterface(IID_ISequentialInStream, (void **)&seqInStream); in GetInStream2() 393 coder.QueryInterface(IID_ICompressSetInStream, (void **)&setStream); in GetInStream2() 406 coder.QueryInterface(IID_ICompressSetInStream2, (void **)&setStream2); in GetInStream2() 522 coder.QueryInterface(IID_ISequentialOutStream, (void **)&seqOutStream); in GetOutStream() 534 coder.Coder.QueryInterface(IID_ICompressSetOutStream, &setOutStream); in GetOutStream() [all …]
|
| /third_party/skia/src/ports/ |
| D | SkTypeface_win_dw.h | 75 if (!SUCCEEDED(fDWriteFontFace->QueryInterface(&fDWriteFontFace1))) { in DWriteFontTypeface() 80 if (!SUCCEEDED(fDWriteFontFace->QueryInterface(&fDWriteFontFace2))) { in DWriteFontTypeface() 83 if (!SUCCEEDED(fDWriteFontFace->QueryInterface(&fDWriteFontFace4))) { in DWriteFontTypeface() 86 if (!SUCCEEDED(fFactory->QueryInterface(&fFactory2))) { in DWriteFontTypeface()
|
| D | SkFontMgr_win_dw.cpp | 38 SK_STDMETHODIMP QueryInterface(REFIID iid, void** ppvObject) override; 68 SK_STDMETHODIMP StreamFontFileLoader::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() function in StreamFontFileLoader 107 SK_STDMETHODIMP QueryInterface(REFIID iid, void** ppvObject) override; 144 SK_STDMETHODIMP StreamFontFileEnumerator::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() function in StreamFontFileEnumerator 201 SK_STDMETHODIMP QueryInterface(REFIID iid, void** ppvObject) override; 231 SK_STDMETHODIMP StreamFontCollectionLoader::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() function in StreamFontCollectionLoader 407 HRM(a->QueryInterface(&iunkA), "Failed to QI<IUnknown> for a."); in are_same() 410 HRM(b->QueryInterface(&iunkB), "Failed to QI<IUnknown> for b."); in are_same() 429 cshFace->fDWriteFontFace->QueryInterface(&cshFontFace5); in FindByDWriteFont() 430 ctxFace->fDWriteFontFace->QueryInterface(&ctxFontFace5); in FindByDWriteFont() [all …]
|
| D | SkImageGeneratorWIC.cpp | 84 hr = imageFrame->QueryInterface(IID_PPV_ARGS(&imageSource)); in MakeFromEncodedWIC() 195 hr = formatConverter->QueryInterface(IID_PPV_ARGS(&formatConverterSrc)); in onGetPixels()
|
| /third_party/mesa3d/include/d3dadapter/ |
| D | present.h | 58 HRESULT (WINAPI *QueryInterface)(ID3DPresent *This, REFIID riid, void **ppvObject); 110 #define ID3DPresent_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) 140 HRESULT (WINAPI *QueryInterface)(ID3DPresentGroup *This, REFIID riid, void **ppvObject); 162 #define ID3DPresentGroup_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
|
| /third_party/ffmpeg/libavdevice/ |
| D | decklink_common.cpp | 107 if (dl->QueryInterface(IID_IDeckLinkProfileAttributes, (void **)&attr) != S_OK) in decklink_get_attr_string() 175 if (ctx->dl->QueryInterface(IID_IDeckLinkProfileManager, (void **)&manager) == S_OK) in ff_decklink_set_configs() 383 if (dl->QueryInterface(IID_IDeckLinkOutput, (void **)&output_config) == S_OK) { in ff_decklink_list_devices() 390 if (dl->QueryInterface(IID_IDeckLinkInput, (void **)&input_config) == S_OK) { in ff_decklink_list_devices() 546 if (ctx->dl->QueryInterface(IID_IDeckLinkConfiguration, (void **)&ctx->cfg) != S_OK) { in ff_decklink_init_device() 552 if (ctx->dl->QueryInterface(IID_IDeckLinkProfileAttributes, (void **)&ctx->attr) != S_OK) { in ff_decklink_init_device()
|
| /third_party/glfw/deps/mingw/ |
| D | dinput.h | 1480 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE; in DECL_WINELIB_TYPE_AW() 1498 #define IDirectInputEffect_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) 1514 #define IDirectInputEffect_QueryInterface(p,a,b) (p)->QueryInterface(a,b) 1541 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE; in DECLARE_INTERFACE_() 1570 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE; in DECLARE_INTERFACE_() 1593 #define IDirectInputDevice_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) 1614 #define IDirectInputDevice_QueryInterface(p,a,b) (p)->QueryInterface(a,b) 1645 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE; in DECLARE_INTERFACE_() 1684 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE; in DECLARE_INTERFACE_() 1717 #define IDirectInputDevice2_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) [all …]
|
| /third_party/lzma/CPP/Common/ |
| D | MyCom.h | 68 HRESULT QueryInterface(REFGUID iid, Q** pp) const throw() in QueryInterface() function 71 return _p->QueryInterface(iid, (void**)pp); in QueryInterface() 217 #define MY_QUERYINTERFACE_BEGIN STDMETHOD(QueryInterface) \
|
| /third_party/lzma/CPP/7zip/Archive/7z/ |
| D | 7zEncode.cpp | 92 coder->QueryInterface(IID_ICompressSetCoderProperties, (void **)&setCoderProperties); in SetCoderProps2() 181 encoderCommon.QueryInterface(IID_ICompressSetCoderMt, &setCoderMt); in CreateMixerCoder() 217 encoderCommon.QueryInterface(IID_ICryptoSetPassword, &cryptoSetPassword); in CreateMixerCoder() 381 coder->QueryInterface(IID_ICryptoResetInitVector, (void **)&resetInitVector); in Encode() 389 coder->QueryInterface(IID_ICompressSetCoderPropertiesOpt, (void **)&optProps); in Encode() 399 coder->QueryInterface(IID_ICompressWriteCoderProperties, (void **)&writeCoderProperties); in Encode()
|
| D | 7zDecode.cpp | 374 decoder->QueryInterface(IID_ICompressSetCoderMt, (void **)&setCoderMt); in Decode() 384 decoder->QueryInterface(IID_ICompressSetMemLimit, (void **)&setMemLimit); in Decode() 396 decoder->QueryInterface(IID_ICompressSetDecoderProperties2, (void **)&setDecoderProperties); in Decode() 413 decoder->QueryInterface(IID_ICryptoSetPassword, (void **)&cryptoSetPassword); in Decode() 444 decoder->QueryInterface(IID_ICompressSetFinishMode, (void **)&setFinishMode); in Decode()
|
| D | 7zFolderInStream.cpp | 57 stream.QueryInterface(IID_IStreamGetProps, (void **)&getProps); in OpenStream() 76 stream.QueryInterface(IID_IStreamGetSize, &streamGetSize); in OpenStream()
|
| D | 7zSpecStream.h | 24 _stream.QueryInterface(IID_ICompressGetSubStreamSize, &_getSubStreamSize); in Init()
|
| /third_party/mesa3d/include/D3D9/ |
| D | d3d9.h | 442 HRESULT (WINAPI *QueryInterface)(IDirect3D9 *This, REFIID riid, void **ppvObject); 467 #define IDirect3D9_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) 489 HRESULT (WINAPI *QueryInterface)(IDirect3D9Ex *This, REFIID riid, void **ppvObject); 520 #define IDirect3D9Ex_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) 548 …HRESULT (WINAPI *QueryInterface)(IDirect3D9ExOverlayExtension *This, REFIID riid, void **ppvObject… 560 #define IDirect3D9ExOverlayExtension_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) 569 …HRESULT (WINAPI *QueryInterface)(IDirect3DAuthenticatedChannel9 *This, REFIID riid, void **ppvObje… 585 #define IDirect3DAuthenticatedChannel9_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) 598 HRESULT (WINAPI *QueryInterface)(IDirect3DBaseTexture9 *This, REFIID riid, void **ppvObject); 624 #define IDirect3DBaseTexture9_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) [all …]
|
| /third_party/node/deps/v8/tools/v8windbg/test/ |
| D | debug-callbacks.cc | 17 HRESULT __stdcall MyOutput::QueryInterface(REFIID InterfaceId, in QueryInterface() function in v8::internal::v8windbg_test::MyOutput 30 HRESULT __stdcall MyCallback::QueryInterface(REFIID InterfaceId, in QueryInterface() function in v8::internal::v8windbg_test::MyCallback
|
| D | debug-callbacks.h | 35 HRESULT __stdcall QueryInterface(REFIID InterfaceId, 54 HRESULT __stdcall QueryInterface(REFIID InterfaceId,
|
| D | v8windbg-test.cc | 146 hr = p_client->QueryInterface(__uuidof(IDebugSymbols3), &p_symbols); in RunTests() 174 hr = p_client->QueryInterface(__uuidof(IDebugControl4), &p_debug_control); in RunTests()
|
| /third_party/gstreamer/gstplugins_bad/sys/dshowvideosink/ |
| D | dshowvideosink.cpp | 457 hres = pin->QueryInterface ( in dump_all_pin_media_types() 792 hres = sink->filter_graph->QueryInterface( in gst_dshowvideosink_prepare_window() 847 hres = sink->filter_graph->QueryInterface( in gst_dshowvideosink_start_graph() 881 hres = sink->filter_graph->QueryInterface( in gst_dshowvideosink_pause_graph() 915 hres = sink->filter_graph->QueryInterface( in gst_dshowvideosink_stop_graph() 1071 hres = filter->QueryInterface (IID_IMFGetService, in Configure() 1188 hres = filter->QueryInterface ( in Configure() 1206 hres = filter->QueryInterface ( in Configure() 1317 hres = filter->QueryInterface ( in Configure() 1333 hres = filter->QueryInterface ( in Configure() [all …]
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| D | nested_vtable.hpp | 3 virtual nsISupports* QueryInterface();
|
| /third_party/skia/third_party/externals/angle2/util/ |
| D | com_utils.h | 17 object->QueryInterface(__uuidof(outType), reinterpret_cast<void **>(&outObject)); in DynamicCastComObject()
|
| /third_party/cef/tests/cefclient/browser/ |
| D | osr_d3d11_win.cc | 218 if (SUCCEEDED(texture_->QueryInterface(__uuidof(IDXGIResource), in Texture2D() 226 if (SUCCEEDED(texture_->QueryInterface(__uuidof(IDXGIKeyedMutex), in Texture2D() 341 auto hr = device_->QueryInterface(__uuidof(dxgi_dev), (void**)&dxgi_dev); in adapter_name() 381 hr = device_->QueryInterface(__uuidof(IDXGIDevice), in create_swapchain() 407 hr = dxgi_factory->QueryInterface(__uuidof(IDXGIFactory2), in create_swapchain() 424 hr = swapchain1->QueryInterface(__uuidof(IDXGISwapChain), in create_swapchain()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| D | Surface.cpp | 101 ->QueryInterface(IID_PPV_ARGS(&coreWindow))), in ValidateSurfaceDescriptor() 112 ->QueryInterface(IID_PPV_ARGS(&swapChainPanel))), in ValidateSurfaceDescriptor()
|
| /third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
| D | gstmfvideobuffer.cpp | 77 hr = self->QueryInterface (IID_PPV_ARGS (buffer)); in CreateInstance() 102 hr = self->QueryInterface (IID_PPV_ARGS (buffer)); in CreateInstanceWrapped() 226 IGstMFVideoBuffer::QueryInterface (REFIID riid, void ** object) in QueryInterface() function in IGstMFVideoBuffer
|
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| D | d3d12_video_screen.cpp | 64 if (FAILED(pD3D12Screen->dev->QueryInterface(IID_PPV_ARGS(spD3D12VideoDevice.GetAddressOf())))) { in get_max_level_resolution_video_decode_support() 116 if (FAILED(pD3D12Screen->dev->QueryInterface(IID_PPV_ARGS(spD3D12VideoDevice.GetAddressOf())))) { in d3d12_has_video_decode_support() 408 if (FAILED(pD3D12Screen->dev->QueryInterface(IID_PPV_ARGS(spD3D12VideoDevice.GetAddressOf())))) { in d3d12_has_video_encode_support() 553 if (FAILED(pD3D12Screen->dev->QueryInterface(IID_PPV_ARGS(spD3D12VideoDevice.GetAddressOf())))) { in d3d12_has_video_process_support()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
| D | D3DTextureSurfaceWGL.cpp | 193 if (SUCCEEDED(buffer->QueryInterface<ID3D11Texture2D>(&texture11))) in GetD3DTextureInfo() 198 else if (SUCCEEDED(buffer->QueryInterface<IDirect3DTexture9>(&texture9))) in GetD3DTextureInfo() 318 mObject->QueryInterface(&mKeyedMutex); in initialize()
|