Searched refs:save_rect (Results 1 – 2 of 2) sorted by relevance
1081 if (ximagesink->save_rect.w != 0 && ximagesink->save_rect.h != 0) { in xwindow_get_render_rectangle()1082 *width = ximagesink->save_rect.w; in xwindow_get_render_rectangle()1083 *height = ximagesink->save_rect.h; in xwindow_get_render_rectangle()1084 *x += ximagesink->save_rect.x; in xwindow_get_render_rectangle()1085 *y += ximagesink->save_rect.y; in xwindow_get_render_rectangle()2314 ximagesink->save_rect.w = width; in gst_x_image_sink_set_render_rectangle()2315 ximagesink->save_rect.h = height; in gst_x_image_sink_set_render_rectangle()2316 ximagesink->save_rect.x = x; in gst_x_image_sink_set_render_rectangle()2317 ximagesink->save_rect.y = y; in gst_x_image_sink_set_render_rectangle()2535 ximagesink->save_rect.x = 0; in gst_x_image_sink_init()[all …]
187 GstVideoRectangle save_rect; member