Home | History | Annotate | Download | only in source

Lines Matching refs:src_uv

531                const uint8* src_uv, int src_stride_uv,
534 if (!src_y || !src_uv || !dst_argb ||
569 NV12ToARGBRow(src_y, src_uv, dst_argb, width);
573 src_uv += src_stride_uv;
582 const uint8* src_uv, int src_stride_uv,
585 if (!src_y || !src_uv || !dst_argb ||
620 NV21ToARGBRow(src_y, src_uv, dst_argb, width);
624 src_uv += src_stride_uv;
1015 const uint8* src_uv;
1160 src_uv = sample + aligned_src_width * (src_height + crop_y / 2) + crop_x;
1162 src_uv, aligned_src_width,
1168 src_uv = sample + aligned_src_width * (src_height + crop_y / 2) + crop_x;
1171 src_uv, aligned_src_width,
1183 // src_uv = sample + (src_width + aligned_src_width * 2) * crop_y +
1186 // src_uv, src_width * 3,