Lines Matching refs:startwrite
461 void *fieldstart, *startwrite, *startread; in em28xx_copy_video() local
484 startwrite = fieldstart + offset; in em28xx_copy_video()
488 if ((char *)startwrite + lencopy > (char *)buf->vb_buf + buf->length) { in em28xx_copy_video()
490 ((char *)startwrite + lencopy) - in em28xx_copy_video()
493 (char *)startwrite; in em28xx_copy_video()
498 memcpy(startwrite, startread, lencopy); in em28xx_copy_video()
504 startwrite += lencopy; in em28xx_copy_video()
506 startwrite += lencopy + bytesperline; in em28xx_copy_video()
513 if ((char *)startwrite + lencopy > (char *)buf->vb_buf + in em28xx_copy_video()
516 ((char *)startwrite + lencopy) - in em28xx_copy_video()
519 (char *)startwrite; in em28xx_copy_video()
525 memcpy(startwrite, startread, lencopy); in em28xx_copy_video()