Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkswapper.c96 GstVideoRectangle surface_location; member
766 priv->surface_location.w = swapchain_dims.width; in _allocate_swapchain()
767 priv->surface_location.h = swapchain_dims.height; in _allocate_swapchain()
1101 g_assert (priv->surface_location.w == in _build_render_buffer_cmd()
1103 g_assert (priv->surface_location.h == in _build_render_buffer_cmd()
1106 gst_video_sink_center_rect (src, priv->surface_location, &priv->display_rect, in _build_render_buffer_cmd()
1112 priv->surface_location.w, priv->surface_location.h); in _build_render_buffer_cmd()
1480 GstVideoRectangle * input_image, GstVideoRectangle * surface_location, in gst_vulkan_swapper_get_surface_rectangles() argument
1496 if (surface_location) { in gst_vulkan_swapper_get_surface_rectangles()
1497 *display_rect = priv->surface_location; in gst_vulkan_swapper_get_surface_rectangles()
Dgstvkswapper.h112 … GstVideoRectangle *surface_location,