Home
last modified time | relevance | path

Searched refs:dest_x (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpsb_output.c224 int *dest_x, in psb__VAImageCheckRegion() argument
240 if (*dest_x < 0) *dest_x = 0; in psb__VAImageCheckRegion()
241 if (*dest_x > surface->width) *dest_x = surface->width - 1; in psb__VAImageCheckRegion()
245 if (((*width) + (*dest_x)) > surface->width) *width = surface->width - *dest_x; in psb__VAImageCheckRegion()
246 if (((*height) + (*dest_y)) > surface->height) *height = surface->height - *dest_x; in psb__VAImageCheckRegion()
861 int ret, src_x = 0, src_y = 0, dest_x = 0, dest_y = 0; in psb_GetImage() local
883 psb__VAImageCheckRegion(obj_surface, &obj_image->image, &src_x, &src_y, &dest_x, &dest_y, in psb_GetImage()
980 source_y = surface_data + dest_y * psb_surface->stride + dest_x; in psb_GetImage()
982 + dest_y * (psb_surface->stride / 2) + dest_x; in psb_GetImage()
1012 int dest_x, in psb_PutImage2() argument
[all …]
Dpsb_output.h284 int dest_x,
338 short dest_x, /* upper left offset in surface */
/hardware/intel/common/libva/va/
Dva_backend.h272 int dest_x,
325 short dest_x, /* upper left offset in surface */
Dva.c1264 int dest_x, in vaPutImage() argument
1274 …return ctx->vtable->vaPutImage ( ctx, surface, image, src_x, src_y, src_width, src_height, dest_x,… in vaPutImage()
1454 short dest_x, /* upper left offset in surface */ in vaAssociateSubpicture() argument
1469 …ure, target_surfaces, num_surfaces, src_x, src_y, src_width, src_height, dest_x, dest_y, dest_widt… in vaAssociateSubpicture()
Dva.h2925 int dest_x,
3076 short dest_x, /* upper left offset in surface */