Home
last modified time | relevance | path

Searched refs:display_replacement (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvautils.c215 GstVaDisplay *display_replacement = NULL; in gst_va_handle_set_context() local
228 &display_replacement)) { in gst_va_handle_set_context()
235 if (display_replacement) { in gst_va_handle_set_context()
237 (GstObject *) display_replacement); in gst_va_handle_set_context()
238 gst_object_unref (display_replacement); in gst_va_handle_set_context()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglutils.c330 GstGLDisplay *display_replacement = NULL; in gst_gl_handle_set_context() local
343 if (!gst_context_get_gl_display (context, &display_replacement)) { in gst_gl_handle_set_context()
355 display_replacement = in gst_gl_handle_set_context()
366 display_replacement = in gst_gl_handle_set_context()
378 element_display = display_replacement ? display_replacement : *display; in gst_gl_handle_set_context()
392 if (display_replacement) { in gst_gl_handle_set_context()
394 *display = display_replacement; in gst_gl_handle_set_context()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkutils.c332 GstVulkanDisplay *display_replacement = NULL; in gst_vulkan_handle_set_context() local
345 if (!gst_context_get_vulkan_display (context, &display_replacement)) { in gst_vulkan_handle_set_context()
357 if (display_replacement) { in gst_vulkan_handle_set_context()
359 *display = display_replacement; in gst_vulkan_handle_set_context()