Lines Matching refs:adapter_luid
129 device_caps->adapter_luid, &self->other_d3d11_device); in gst_mf_video_enc_set_context()
154 device_caps->adapter_luid, &self->other_d3d11_device)) { in gst_mf_video_enc_open()
161 gst_d3d11_device_new_for_adapter_luid (device_caps->adapter_luid, in gst_mf_video_enc_open()
212 enum_params.adapter_luid = device_caps->adapter_luid; in gst_mf_video_enc_open()
217 device_caps->d3d11_aware, device_caps->adapter_luid); in gst_mf_video_enc_open()
1699 gint64 adapter_luid = 0; in gst_mf_video_enc_enum_internal() local
1702 g_object_get (d3d11_device, "adapter-luid", &adapter_luid, NULL); in gst_mf_video_enc_enum_internal()
1726 device_caps->adapter_luid = adapter_luid; in gst_mf_video_enc_enum_internal()
1798 gint64 adapter_luid = 0; in gst_mf_video_enc_enum() local
1813 g_object_get (d3d11_device, "adapter-luid", &adapter_luid, NULL); in gst_mf_video_enc_enum()
1814 if (!adapter_luid) { in gst_mf_video_enc_enum()
1827 enum_params.adapter_luid = adapter_luid; in gst_mf_video_enc_enum()