Home
last modified time | relevance | path

Searched refs:other_device (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/
Dgstd3d11utils.cpp100 GstD3D11Device *other_device = NULL; in gst_d3d11_handle_set_context() local
110 &other_device, "adapter", G_TYPE_UINT, &other_adapter_index, in gst_d3d11_handle_set_context()
115 *device = other_device; in gst_d3d11_handle_set_context()
120 gst_object_unref (other_device); in gst_d3d11_handle_set_context()
161 GstD3D11Device *other_device = NULL; in gst_d3d11_handle_set_context_for_adapter_luid() local
171 &other_device, "adapter-luid", G_TYPE_INT64, in gst_d3d11_handle_set_context_for_adapter_luid()
176 *device = other_device; in gst_d3d11_handle_set_context_for_adapter_luid()
181 gst_object_unref (other_device); in gst_d3d11_handle_set_context_for_adapter_luid()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11compositor.cpp2414 GstD3D11Device *other_device; member
2469 data->other_device = dmem->device; in gst_d3d11_compositor_check_device_update()
2485 data.other_device = NULL; in gst_d3d11_compositor_create_output_buffer()
2492 if (data.have_same_device || !data.other_device) in gst_d3d11_compositor_create_output_buffer()
2507 GST_PTR_FORMAT, self->device, data.other_device); in gst_d3d11_compositor_create_output_buffer()
2509 self->device = (GstD3D11Device *) gst_object_ref (data.other_device); in gst_d3d11_compositor_create_output_buffer()