Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dpsb_output.c912 unsigned char *dst_u, *dst_v; in psb_GetImage() local
924 dst_u = image_data + obj_image->image.offsets[1], in psb_GetImage()
925 dst_v = dst_u + (height * width) / 4; in psb_GetImage()
929 dst_y, dst_u, dst_v, \ in psb_GetImage()
938 dst_u = image_data + obj_image->image.offsets[1]; in psb_GetImage()
942 dst_y, dst_u, \ in psb_GetImage()
971 unsigned char *source_uv, *source_u, *source_v, *dst_u, *dst_v; in psb_GetImage()
977dst_u = image_data + obj_image->image.offsets[1] + src_y * obj_image->image.pitches[1] + src_x; in psb_GetImage()
985 dst_y, dst_u, dst_v, in psb_GetImage()
1081 char *source_u, *source_v, *dst_u, *dst_v; in psb_PutImage2()
[all …]