Home | History | Annotate | Download | only in encode

Lines Matching refs:u_dst

439     unsigned char *y_dst, *u_dst, *v_dst;
460 u_dst = surface_p + surface_image.offsets[1]; /* UV offset for NV12 */
473 u_dst[col * 2] = u_src[col];
474 u_dst[col * 2 + 1] = v_src[col];
477 u_dst += surface_image.pitches[1];
484 u_dst[col] = u_src[col];
488 u_dst += surface_image.pitches[1];