Lines Matching refs:dst_rect
218 struct u_rect *src_rect, struct u_rect *dst_rect) in vlVaPutSubpictures() argument
245 box.width = sub->dst_rect.x1 - sub->dst_rect.x0; in vlVaPutSubpictures()
246 box.height = sub->dst_rect.y1 - sub->dst_rect.y0; in vlVaPutSubpictures()
250 d = &sub->dst_rect; in vlVaPutSubpictures()
265 d = dst_rect; in vlVaPutSubpictures()
317 struct u_rect dst_rect = {destx, destx + destw, desty, desty + desth}; in vlVaPutSurface() local
370 vl_compositor_set_layer_dst_area(&drv->cstate, 0, &dst_rect); 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()