Lines Matching refs:src_rect
218 struct u_rect *src_rect, struct u_rect *dst_rect) in vlVaPutSubpictures() argument
249 s = &sub->src_rect; in vlVaPutSubpictures()
257 c.x1 = MIN2(d->x0 + dw, src_rect->x1); in vlVaPutSubpictures()
258 c.y1 = MIN2(d->y0 + dh, src_rect->y1); in vlVaPutSubpictures()
264 s = src_rect; in vlVaPutSubpictures()
316 struct u_rect src_rect, *dirty_area; in vlVaPutSurface() local
352 src_rect.x0 = srcx; in vlVaPutSurface()
353 src_rect.y0 = srcy; in vlVaPutSurface()
354 src_rect.x1 = srcw + srcx; in vlVaPutSurface()
355 src_rect.y1 = srch + srcy; in vlVaPutSurface()
366 … vl_compositor_set_rgba_layer(&drv->cstate, &drv->compositor, 0, views[0], &src_rect, NULL, NULL); in vlVaPutSurface()
368 …vl_compositor_set_buffer_layer(&drv->cstate, &drv->compositor, 0, surf->buffer, &src_rect, NULL, V… in vlVaPutSurface()
373 status = vlVaPutSubpictures(surf, drv, surf_draw, dirty_area, &src_rect, &dst_rect); in vlVaPutSurface()
1011 struct u_rect src_rect, dst_rect; in vlVaExportSurfaceHandle() local
1021 src_rect.x0 = dst_rect.x0 = 0; in vlVaExportSurfaceHandle()
1022 src_rect.y0 = dst_rect.y0 = 0; in vlVaExportSurfaceHandle()
1023 src_rect.x1 = dst_rect.x1 = surf->templat.width; in vlVaExportSurfaceHandle()
1024 src_rect.y1 = dst_rect.y1 = surf->templat.height; in vlVaExportSurfaceHandle()
1028 &src_rect, &dst_rect, in vlVaExportSurfaceHandle()