Lines Matching defs:src_region
56 const VARectangle *src_region,
70 src_rect.x0 = src_region->x;
71 src_rect.y0 = src_region->y;
72 src_rect.x1 = src_region->x + src_region->width;
73 src_rect.y1 = src_region->y + src_region->height;
115 const VARectangle *src_region,
132 src_rect.x0 = src_region->x;
133 src_rect.y0 = src_region->y;
134 src_rect.x1 = src_region->x + src_region->width;
135 src_rect.y1 = src_region->y + src_region->height;
145 context->desc.vidproc.src_region = src_rect;
183 const VARectangle *src_region,
229 src_rect.x0 = src_region->x;
230 src_rect.y0 = src_region->y;
231 src_rect.x1 = src_region->x + src_region->width;
232 src_rect.y1 = src_region->y + src_region->height;
282 vlVaGetBox(src, i, &blit.src.box, src_region);
357 const VARectangle *src_region, *dst_region;
470 src_region = vlVaRegionDefault(param->surface_region, src_surface, &def_src_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,