Home | History | Annotate | Download | only in videoprocess

Lines Matching defs:y_src

261     unsigned char *y_src, *u_src, *v_src;
284 y_src = newImageBuffer;
303 memcpy(y_dst, y_src, surface_image.width);
305 y_src += surface_image.width;
364 unsigned char *y_src, *u_src, *v_src;
391 y_src = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[0]);
405 memcpy(y_dst, y_src, surface_image.width);
406 y_src += surface_image.pitches[0];