Lines Matching full:u_src
359 unsigned char *y_src, *u_src, *v_src;377 u_src = newImageBuffer + y_size; /* UV offset for NV12 */394 u_dst[col * 2] = u_src[col];399 u_src += (picture_width / 2);411 memcpy(u_dst, u_src, surface_image.width / 2);415 u_src += (picture_width / 2);