Lines Matching refs:src_u
34 const uint8* src_u, int src_stride_u,
52 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height,
65 const uint8* src_u, int src_stride_u,
74 src_u, src_stride_u,
87 const uint8* src_u, int src_stride_u,
96 src_u, src_stride_u,
109 const uint8* src_u, int src_stride_u,
118 src_u, src_stride_u,
148 const uint8* src_u, int src_stride_u,
153 void (*I422ToYUY2Row)(const uint8* src_y, const uint8* src_u,
156 if (!src_y || !src_u || !src_v || !dst_yuy2 ||
193 I422ToYUY2Row(src_y, src_u, src_v, dst_yuy2, width);
195 src_u += src_stride_u;
204 const uint8* src_u, int src_stride_u,
209 void (*I422ToYUY2Row)(const uint8* src_y, const uint8* src_u,
212 if (!src_y || !src_u || !src_v || !dst_yuy2 ||
240 I422ToYUY2Row(src_y, src_u, src_v, dst_yuy2, width);
241 I422ToYUY2Row(src_y + src_stride_y, src_u, src_v,
244 src_u += src_stride_u;
249 I422ToYUY2Row(src_y, src_u, src_v, dst_yuy2, width);
256 const uint8* src_u, int src_stride_u,
261 void (*I422ToUYVYRow)(const uint8* src_y, const uint8* src_u,
264 if (!src_y || !src_u || !src_v || !dst_uyvy ||
301 I422ToUYVYRow(src_y, src_u, src_v, dst_uyvy, width);
303 src_u += src_stride_u;
312 const uint8* src_u, int src_stride_u,
317 void (*I422ToUYVYRow)(const uint8* src_y, const uint8* src_u,
320 if (!src_y || !src_u || !src_v || !dst_uyvy ||
348 I422ToUYVYRow(src_y, src_u, src_v, dst_uyvy, width);
349 I422ToUYVYRow(src_y + src_stride_y, src_u, src_v,
352 src_u += src_stride_u;
357 I422ToUYVYRow(src_y, src_u, src_v, dst_uyvy, width);
364 const uint8* src_u, int src_stride_u,
370 void (*MergeUVRow_)(const uint8* src_u, const uint8* src_v, uint8* dst_uv,
375 if (!src_y || !src_u || !src_v || !dst_y || !dst_uv ||
430 MergeUVRow_(src_u, src_v, dst_uv, halfwidth);
431 src_u += src_stride_u;
440 const uint8* src_u, int src_stride_u,
447 src_u, src_stride_u,
455 const uint8* src_u, int src_stride_u,
467 if (!src_y || !src_u || !src_v || !dst_rgba ||
504 IS_ALIGNED(src_u, 2) && IS_ALIGNED(src_stride_u, 2) &&
512 I422ToRGBARow(src_y, src_u, src_v, dst_rgba, yuvconstants, width);
516 src_u += src_stride_u;
526 const uint8* src_u, int src_stride_u,
531 src_u, src_stride_u,
541 const uint8* src_u, int src_stride_u,
547 src_u, src_stride_u,
555 const uint8* src_u, int src_stride_u,
567 if (!src_y || !src_u || !src_v || !dst_rgb24 ||
603 I422ToRGB24Row(src_y, src_u, src_v, dst_rgb24, yuvconstants, width);
607 src_u += src_stride_u;
617 const uint8* src_u, int src_stride_u,
622 src_u, src_stride_u,
632 const uint8* src_u, int src_stride_u,
638 src_u, src_stride_u,
647 const uint8* src_u, int src_stride_u,
658 if (!src_y || !src_u || !src_v || !dst_argb1555 ||
694 I422ToARGB1555Row(src_y, src_u, src_v, dst_argb1555, &kYuvI601Constants,
699 src_u += src_stride_u;
710 const uint8* src_u, int src_stride_u,
721 if (!src_y || !src_u || !src_v || !dst_argb4444 ||
757 I422ToARGB4444Row(src_y, src_u, src_v, dst_argb4444, &kYuvI601Constants,
762 src_u += src_stride_u;
772 const uint8* src_u, int src_stride_u,
783 if (!src_y || !src_u || !src_v || !dst_rgb565 ||
819 I422ToRGB565Row(src_y, src_u, src_v, dst_rgb565, &kYuvI601Constants, width);
823 src_u += src_stride_u;
841 const uint8* src_u, int src_stride_u,
854 if (!src_y || !src_u || !src_v || !dst_rgb565 ||
894 IS_ALIGNED(src_u, 2) && IS_ALIGNED(src_stride_u, 2) &&
927 I422ToARGBRow(src_y, src_u, src_v, row_argb, &kYuvI601Constants, width);
933 src_u += src_stride_u;