Home
last modified time | relevance | path

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

/hardware/intel/common/libva/test/videoprocess/
Dvideoprocess.cpp214 unsigned char *y_dst, *u_dst, *v_dst; in construct_nv12_mask_surface() local
223 y_dst = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[0]); in construct_nv12_mask_surface()
232 memset(y_dst, max_luma + 1, surface_image.pitches[0]); in construct_nv12_mask_surface()
234 memset(y_dst, (min_luma + max_luma) / 2, surface_image.pitches[0]); in construct_nv12_mask_surface()
236 y_dst += surface_image.pitches[0]; in construct_nv12_mask_surface()
262 unsigned char *y_dst, *u_dst, *v_dst; in upload_yv12_frame_to_yuv_surface() local
288 y_dst = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[0]); in upload_yv12_frame_to_yuv_surface()
303 memcpy(y_dst, y_src, surface_image.width); in upload_yv12_frame_to_yuv_surface()
304 y_dst += surface_image.pitches[0]; in upload_yv12_frame_to_yuv_surface()
365 unsigned char *y_dst, *u_dst, *v_dst; in store_yuv_surface_to_yv12_frame() local
[all …]
/hardware/intel/common/libva/test/encode/
Dmpeg2enc.c439 unsigned char *y_dst, *u_dst, *v_dst; in upload_yuv_to_surface() local
459 y_dst = surface_p + surface_image.offsets[0]; in upload_yuv_to_surface()
465 memcpy(y_dst, y_src, surface_image.width); in upload_yuv_to_surface()
466 y_dst += surface_image.pitches[0]; in upload_yuv_to_surface()
Dmpeg2vaenc.c439 unsigned char *y_dst, *u_dst, *v_dst; in upload_yuv_to_surface() local
459 y_dst = surface_p + surface_image.offsets[0]; in upload_yuv_to_surface()
465 memcpy(y_dst, y_src, surface_image.width); in upload_yuv_to_surface()
466 y_dst += surface_image.pitches[0]; in upload_yuv_to_surface()
Davcenc.c360 unsigned char *y_dst, *u_dst, *v_dst; in upload_yuv_to_surface() local
380 y_dst = surface_p + surface_image.offsets[0]; in upload_yuv_to_surface()
386 memcpy(y_dst, y_src, surface_image.width); in upload_yuv_to_surface()
387 y_dst += surface_image.pitches[0]; in upload_yuv_to_surface()
/hardware/intel/common/libva/test/transcode/
Dmpeg2transcode.cpp2163 unsigned char *y_dst, *u_dst, *v_dst; in upload_yuv_to_surface() local
2184 y_dst = (unsigned char *)(surface_p + surface_image.offsets[0]); in upload_yuv_to_surface()
2190 memcpy(y_dst, y_src, surface_image.width); in upload_yuv_to_surface()
2191 y_dst += surface_image.pitches[0]; in upload_yuv_to_surface()