Lines Matching refs:startwrite
455 void *fieldstart, *startwrite, *startread; in em28xx_copy_video() local
478 startwrite = fieldstart + offset; in em28xx_copy_video()
482 if ((char *)startwrite + lencopy > (char *)buf->vb_buf + buf->length) { in em28xx_copy_video()
484 ((char *)startwrite + lencopy) - in em28xx_copy_video()
487 (char *)startwrite; in em28xx_copy_video()
492 memcpy(startwrite, startread, lencopy); in em28xx_copy_video()
498 startwrite += lencopy; in em28xx_copy_video()
500 startwrite += lencopy + bytesperline; in em28xx_copy_video()
507 if ((char *)startwrite + lencopy > (char *)buf->vb_buf + in em28xx_copy_video()
511 ((char *)startwrite + lencopy) - in em28xx_copy_video()
514 (char *)startwrite; in em28xx_copy_video()
519 memcpy(startwrite, startread, lencopy); in em28xx_copy_video()