Searched refs:source_y (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | psb_output.c | 969 unsigned char *source_y, *dst_y; in psb_GetImage() 979 source_y = surface_data + dest_y * psb_surface->stride + dest_x; in psb_GetImage() 983 vaStatus = lnc_unpack_topaz_rec(width, height, source_y, source_uv, in psb_GetImage() 1055 unsigned char *source_y, *src_uv, *dst_y, *dst_uv; in psb_PutImage2() local 1059 … source_y = image_data + obj_image->image.offsets[0] + src_y * obj_image->image.pitches[0] + src_x; in psb_PutImage2() 1062 memcpy(dst_y, source_y, width); in psb_PutImage2() 1063 source_y += obj_image->image.pitches[0]; in psb_PutImage2() 1079 char *source_y, *dst_y; in psb_PutImage2() 1084 … source_y = image_data + obj_image->image.offsets[0] + src_y * obj_image->image.pitches[0] + src_x; in psb_PutImage2() 1096 memcpy(dst_y, source_y, width); in psb_PutImage2() [all …]
|