Home | History | Annotate | Download | only in src

Lines Matching defs:dest_y

225     int *dest_y,
242 if (*dest_y < 0) *dest_y = 0;
243 if (*dest_y > surface->height) *dest_y = surface->height - 1;
246 if (((*height) + (*dest_y)) > surface->height) *height = surface->height - *dest_x;
861 int ret, src_x = 0, src_y = 0, dest_x = 0, dest_y = 0;
883 psb__VAImageCheckRegion(obj_surface, &obj_image->image, &src_x, &src_y, &dest_x, &dest_y,
980 source_y = surface_data + dest_y * psb_surface->stride + dest_x;
982 + dest_y * (psb_surface->stride / 2) + dest_x;
1013 int dest_y
1032 psb__VAImageCheckRegion(obj_surface, &obj_image->image, &src_x, &src_y, &dest_x, &dest_y,
1061 dst_y = surface_data + dest_y * psb_surface->stride + dest_x;
1070 dst_uv = surface_data + psb_surface->stride * obj_surface->height + (dest_y / 2) * psb_surface->stride + dest_x;
1089 dst_y = surface_data + dest_y * psb_surface->stride + dest_x;
1091 + dest_y * (psb_surface->stride / 2) + dest_x;
1094 + dest_y * (psb_surface->stride / 2) + dest_x;
1135 int *dest_y,
1152 if (*dest_y < 0) *dest_y = 0;
1153 if (*dest_y > surface->height) *dest_y = surface->height - 1;
1156 if (((*dest_height) + (*dest_y)) > (int)surface->height) *dest_height = surface->height - *dest_x;
1168 int dest_y,
1183 return psb_PutImage2(ctx, surface, image_id, src_x, src_y, src_width, src_height, dest_x, dest_y);
1200 &dest_x, &dest_y, (int *)&dest_width, (int *)&dest_height);
1229 dst_y = (unsigned char *)(surface_data + dest_y * psb_surface->stride + dest_x);
1231 + (dest_y / 2) * psb_surface->stride + dest_x);
1287 short dest_y,
1357 surface_subpic->subpic_dsty = dest_y;
1700 short dest_y,
1749 dest_x, dest_y, dest_w, dest_h, 1);
1776 short dest_y,
1788 dest_x, dest_y, dest_width, dest_height,