Searched defs:src_region (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/va/
H A Dpostproc.c53 const VARectangle *src_region,
67 src_rect.x0 = src_region->x;
68 src_rect.y0 = src_region->y;
69 src_rect.x1 = src_region->x + src_region->width;
70 src_rect.y1 = src_region->y + src_region->height;
110 const VARectangle *src_region,
158 vlVaGetBox(src, i, &blit.src.box, src_region);
229 const VARectangle *src_region, *dst_regio local
52 vlVaPostProcCompositor(vlVaDriver *drv, vlVaContext *context, const VARectangle *src_region, const VARectangle *dst_region, struct pipe_video_buffer *src, struct pipe_video_buffer *dst, enum vl_compositor_deinterlace deinterlace) argument
109 vlVaPostProcBlit(vlVaDriver *drv, vlVaContext *context, const VARectangle *src_region, const VARectangle *dst_region, struct pipe_video_buffer *src, struct pipe_video_buffer *dst, enum vl_compositor_deinterlace deinterlace) argument
[all...]

Completed in 114 milliseconds