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

/external/mesa3d/src/gallium/state_trackers/va/
H A Dpostproc.c54 const VARectangle *dst_region,
72 dst_rect.x0 = dst_region->x;
73 dst_rect.y0 = dst_region->y;
74 dst_rect.x1 = dst_region->x + dst_region->width;
75 dst_rect.y1 = dst_region->y + dst_region->height;
111 const VARectangle *dst_region,
165 vlVaGetBox(dst, i, &blit.dst.box, dst_region);
229 const VARectangle *src_region, *dst_region; 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 92 milliseconds