Searched refs:dest_x (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | psb_output.c | 224 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 …]
|
D | psb_output.h | 284 int dest_x, 338 short dest_x, /* upper left offset in surface */
|
/hardware/intel/common/libva/va/ |
D | va_backend.h | 272 int dest_x, 325 short dest_x, /* upper left offset in surface */
|
D | va.c | 1270 int dest_x, in vaPutImage() argument 1280 …return ctx->vtable->vaPutImage ( ctx, surface, image, src_x, src_y, src_width, src_height, dest_x,… in vaPutImage() 1460 short dest_x, /* upper left offset in surface */ in vaAssociateSubpicture() argument 1475 …ure, target_surfaces, num_surfaces, src_x, src_y, src_width, src_height, dest_x, dest_y, dest_widt… in vaAssociateSubpicture()
|
D | va.h | 2925 int dest_x, 3076 short dest_x, /* upper left offset in surface */
|