Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dd3d11device.cpp40 device = gst_d3d11_device_new (0, 0); in GST_START_TEST()
48 device = gst_d3d11_device_new (1, 0); in GST_START_TEST()
133 device = gst_d3d11_device_new (adapter_index, 0); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/
Dgstd3d11device.h62 GstD3D11Device * gst_d3d11_device_new (guint adapter_index,
Dgstd3d11utils.cpp402 *device = gst_d3d11_device_new (target_adapter, in gst_d3d11_ensure_element_data()
Dgstd3d11device.cpp1193 gst_d3d11_device_new (guint adapter_index, guint flags) in gst_d3d11_device_new() function
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dplugin.c123 device = gst_d3d11_device_new (i, D3D11_CREATE_DEVICE_VIDEO_SUPPORT); in get_d3d11_devices()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dplugin.cpp180 device = gst_d3d11_device_new (i, D3D11_CREATE_DEVICE_BGRA_SUPPORT); in plugin_init()
/third_party/gstreamer/gstplugins_bad/
DChangeLog8648 We uses gst_d3d11_device_new() for enumerating device which can
14868 * gst_d3d11_device_new() can be used for device enumeration. Don't warn
15945 Extend gst_d3d11_device_new() method so that caller can specify
29085 gst_d3d11_device_new might be used to enumerate device.