Lines Matching defs:dst_region
57 const VARectangle *dst_region,
75 dst_rect.x0 = dst_region->x;
76 dst_rect.y0 = dst_region->y;
77 dst_rect.x1 = dst_region->x + dst_region->width;
78 dst_rect.y1 = dst_region->y + dst_region->height;
116 const VARectangle *dst_region,
137 dst_rect.x0 = dst_region->x;
138 dst_rect.y0 = dst_region->y;
139 dst_rect.x1 = dst_region->x + dst_region->width;
140 dst_rect.y1 = dst_region->y + dst_region->height;
146 context->desc.vidproc.dst_region = dst_rect;
184 const VARectangle *dst_region,
234 dst_rect.x0 = dst_region->x;
235 dst_rect.y0 = dst_region->y;
236 dst_rect.x1 = dst_region->x + dst_region->width;
237 dst_rect.y1 = dst_region->y + dst_region->height;
289 vlVaGetBox(dst, i, &blit.dst.box, dst_region);
357 const VARectangle *src_region, *dst_region;
471 dst_region = vlVaRegionDefault(param->output_region, dst_surface, &def_dst_region);
487 if (VA_STATUS_SUCCESS == vlVaVidEngineBlit(drv, context, src_region, dst_region,
496 return vlVaPostProcCompositor(drv, context, src_region, dst_region,
499 return vlVaPostProcBlit(drv, context, src_region, dst_region,