Home | History | Annotate | Download | only in source

Lines Matching defs:dst_u

2925               uint8* dst_u, int dst_stride_u,
2930 !dst_y || !dst_u || !dst_v || dst_width <= 0 || dst_height <= 0) {
2966 (dst_v > dst_u) && (dst_v < (dst_u + uv_dst_plane_size))) {
2975 dst_u, dst_stride_u, dst_halfwidth, dst_halfheight,
2988 uint8* dst_y, uint8* dst_u, uint8* dst_v,
2993 !dst_y || !dst_u || !dst_v || dst_width <= 0 || dst_height <= 0) {
3030 (dst_v > dst_u) && (dst_v < (dst_u + uv_dst_plane_size))) {
3039 dst_u, dst_stride_u, dst_halfwidth, dst_halfheight,
3068 uint8* dst_u = dst + dst_width * dst_height +
3073 src_width, src_height, dst_y, dst_u, dst_v, dst_width,