Lines Matching refs:dst_stride_v
428 int dst_stride_v, in I420Rotate() argument
456 dst_v, dst_stride_v, width, height); in I420Rotate()
461 RotatePlane90(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, in I420Rotate()
468 RotatePlane270(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, in I420Rotate()
475 RotatePlane180(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, in I420Rotate()
496 int dst_stride_v, in I444Rotate() argument
521 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, width, height); in I444Rotate()
526 RotatePlane90(src_v, src_stride_v, dst_v, dst_stride_v, width, height); in I444Rotate()
531 RotatePlane270(src_v, src_stride_v, dst_v, dst_stride_v, width, height); in I444Rotate()
536 RotatePlane180(src_v, src_stride_v, dst_v, dst_stride_v, width, height); in I444Rotate()
554 int dst_stride_v, in NV12ToI420Rotate() argument
579 dst_stride_y, dst_u, dst_stride_u, dst_v, dst_stride_v, in NV12ToI420Rotate()
584 dst_stride_v, halfwidth, halfheight); in NV12ToI420Rotate()
589 dst_stride_v, halfwidth, halfheight); in NV12ToI420Rotate()
594 dst_stride_v, halfwidth, halfheight); in NV12ToI420Rotate()