Searched refs:surface_location (Results 1 – 2 of 2) sorted by relevance
96 GstVideoRectangle surface_location; member766 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() argument1496 if (surface_location) { in gst_vulkan_swapper_get_surface_rectangles()1497 *display_rect = priv->surface_location; in gst_vulkan_swapper_get_surface_rectangles()
112 … GstVideoRectangle *surface_location,