Home | History | Annotate | Download | only in source

Lines Matching refs:dst_u

112                uint8* dst_u, int dst_stride_u,
122 uint8* dst_u, uint8* dst_v, int pix);
160 YUY2ToUV422Row(src_yuy2, dst_u, dst_v, width);
164 dst_u += dst_stride_u;
174 uint8* dst_u, int dst_stride_u,
184 uint8* dst_u, uint8* dst_v, int pix);
222 UYVYToUV422Row(src_uyvy, dst_u, dst_v, width);
226 dst_u += dst_stride_u;
238 uint8* dst_u, int dst_stride_u,
241 if (!src_y || !src_u || !src_v || !dst_y || !dst_u || !dst_v ||
262 MirrorPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
386 uint8* dst_u, int dst_stride_u,
389 if (!src_argb || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) {
400 uint8* dst_u, uint8* dst_v, int width) = ARGBToUVRow_C;
421 ARGBToUVRow(src_argb, 0, dst_u, dst_v, width);
425 dst_u += dst_stride_u;
950 uint8* dst_u, int dst_stride_u,
955 if (!dst_y || !dst_u || !dst_v ||
966 uint8* start_u = dst_u + (y / 2) * dst_stride_u + (x / 2);