Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
DV4LCameraAdapter.cpp956 unsigned char *dst_uv = dest + ( height * stride); in convertYUV422ToNV12Tiler() local
979 *dst_uv = *bf; in convertYUV422ToNV12Tiler()
980 dst_uv++; in convertYUV422ToNV12Tiler()
984 dst_uv = dst_uv + (stride - width); in convertYUV422ToNV12Tiler()
1010 : [dst_y] "+r" (dst_y), [dst_uv] "+r" (dst_uv), [src] "+r" (src), [n] "+r" (n) in convertYUV422ToNV12Tiler()
1016 dst_uv = dst_uv + (stride - width); in convertYUV422ToNV12Tiler()
1041 unsigned char *dst_uv = dest + (width * height); in convertYUV422ToNV12() local
1058 *dst_uv = *bf; in convertYUV422ToNV12()
1059 dst_uv++; in convertYUV422ToNV12()
1088 : [dst_y] "+r" (dst_y), [dst_uv] "+r" (dst_uv), [src] "+r" (src), [n] "+r" (n) in convertYUV422ToNV12()
/hardware/intel/img/psb_video/src/
Dpsb_output.c911 unsigned char *src_y, *src_uv, *dst_y, *dst_uv; in psb_GetImage() local
958 dst_uv = image_data + obj_image->image.offsets[1]; in psb_GetImage()
961 memcpy(dst_uv, src_uv, width); in psb_GetImage()
962 dst_uv += obj_image->image.pitches[1]; in psb_GetImage()
1056 unsigned char *source_y, *src_uv, *dst_y, *dst_uv; in psb_PutImage2() local
1070dst_uv = surface_data + psb_surface->stride * obj_surface->height + (dest_y / 2) * psb_surface->st… in psb_PutImage2()
1072 memcpy(dst_uv, src_uv, width); in psb_PutImage2()
1074 dst_uv += psb_surface->stride; in psb_PutImage2()
1223 unsigned short *source_uv, *dst_uv; in psb_PutImage() local
1230 dst_uv = (unsigned short *)(surface_data + psb_surface->stride * obj_surface->height in psb_PutImage()
[all …]
/hardware/intel/common/libmix/mix_video/src/
Dmixvideoformatenc_preview.c967 guint8 *dst_uv; in mix_videofmtenc_preview_process_encode() local
1037 dst_uv = pvbuf + image->offsets[1]; in mix_videofmtenc_preview_process_encode()
1041 dst_uv [j] = inbuf [width * height + i * width / 2 + j / 2]; in mix_videofmtenc_preview_process_encode()
1042 dst_uv [j + 1] = in mix_videofmtenc_preview_process_encode()
1045 dst_uv += image->pitches[1]; in mix_videofmtenc_preview_process_encode()
Dmixvideoformatenc_mpeg4.c1302 guint8 *dst_uv; in mix_videofmtenc_mpeg4_process_encode() local
1372 dst_uv = pvbuf + image->offsets[1]; in mix_videofmtenc_mpeg4_process_encode()
1376 dst_uv [j] = inbuf [width * height + i * width / 2 + j / 2]; in mix_videofmtenc_mpeg4_process_encode()
1377 dst_uv [j + 1] = in mix_videofmtenc_mpeg4_process_encode()
1380 dst_uv += image->pitches[1]; in mix_videofmtenc_mpeg4_process_encode()
Dmixvideoformatenc_h264.c1366 guint8 *dst_uv; in mix_videofmtenc_h264_process_encode() local
1436 dst_uv = pvbuf + image->offsets[1]; in mix_videofmtenc_h264_process_encode()
1440 dst_uv [j] = inbuf [width * height + i * width / 2 + j / 2]; in mix_videofmtenc_h264_process_encode()
1441 dst_uv [j + 1] = in mix_videofmtenc_h264_process_encode()
1444 dst_uv += image->pitches[1]; in mix_videofmtenc_h264_process_encode()