Lines Matching refs:y_dst
214 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
387 y_dst = newImageBuffer; in store_yuv_surface_to_yv12_frame()
405 memcpy(y_dst, y_src, surface_image.width); in store_yuv_surface_to_yv12_frame()
407 y_dst += surface_image.width; in store_yuv_surface_to_yv12_frame()