Lines Matching refs:save_rect
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()
2536 ximagesink->save_rect.y = 0; in gst_x_image_sink_init()
2537 ximagesink->save_rect.w = 0; in gst_x_image_sink_init()
2538 ximagesink->save_rect.h = 0; in gst_x_image_sink_init()