Home | History | Annotate | Download | only in source

Lines Matching defs:dst_v

2926               uint8* dst_v, int dst_stride_v,
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))) {
2978 dst_v, dst_stride_v, 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))) {
3042 dst_v, dst_stride_v, dst_halfwidth, dst_halfheight,
3070 uint8* dst_v = dst + dst_width * dst_height + dst_halfwidth * dst_halfheight +
3073 src_width, src_height, dst_y, dst_u, dst_v, dst_width,