Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/
Dgstd3d11device.h79 IDXGIFactory1 * gst_d3d11_device_get_dxgi_factory_handle (GstD3D11Device * device);
Dgstd3d11device.cpp1300 gst_d3d11_device_get_dxgi_factory_handle (GstD3D11Device * device) in gst_d3d11_device_get_dxgi_factory_handle() function
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11window_win32.cpp889 IDXGIFactory1 *factory = gst_d3d11_device_get_dxgi_factory_handle (device); in create_swap_chain()
913 IDXGIFactory1 *factory = gst_d3d11_device_get_dxgi_factory_handle (device); in create_swap_chain_for_hwnd()
Dgstd3d11window_swapchainpanel.cpp357 IDXGIFactory1 *factory = gst_d3d11_device_get_dxgi_factory_handle (device); in create_swap_chain_for_composition()
Dgstd3d11window_corewindow.cpp384 IDXGIFactory1 *factory = gst_d3d11_device_get_dxgi_factory_handle (device); in create_swap_chain_for_core_window()
Dgstd3d11window.cpp543 factory_handle = gst_d3d11_device_get_dxgi_factory_handle (window->device); in gst_d3d11_window_prepare_default()