Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dpsb_output.c970 unsigned char *source_y, *dst_y; in psb_GetImage()
980 source_y = surface_data + dest_y * psb_surface->stride + dest_x; in psb_GetImage()
984 vaStatus = lnc_unpack_topaz_rec(width, height, source_y, source_uv, in psb_GetImage()
1056 unsigned char *source_y, *src_uv, *dst_y, *dst_uv; in psb_PutImage2() local
1060source_y = image_data + obj_image->image.offsets[0] + src_y * obj_image->image.pitches[0] + src_x; in psb_PutImage2()
1063 memcpy(dst_y, source_y, width); in psb_PutImage2()
1064 source_y += obj_image->image.pitches[0]; in psb_PutImage2()
1080 char *source_y, *dst_y; in psb_PutImage2()
1085source_y = image_data + obj_image->image.offsets[0] + src_y * obj_image->image.pitches[0] + src_x; in psb_PutImage2()
1097 memcpy(dst_y, source_y, width); in psb_PutImage2()
[all …]