Lines Matching refs:startwrite
468 void *fieldstart, *startwrite, *startread; in em28xx_copy_video() local
491 startwrite = fieldstart + offset; in em28xx_copy_video()
495 if ((char *)startwrite + lencopy > (char *)buf->vb_buf + buf->length) { in em28xx_copy_video()
497 ((char *)startwrite + lencopy) - in em28xx_copy_video()
500 (char *)startwrite; in em28xx_copy_video()
505 memcpy(startwrite, startread, lencopy); in em28xx_copy_video()
511 startwrite += lencopy; in em28xx_copy_video()
513 startwrite += lencopy + bytesperline; in em28xx_copy_video()
520 if ((char *)startwrite + lencopy > (char *)buf->vb_buf + in em28xx_copy_video()
523 ((char *)startwrite + lencopy) - in em28xx_copy_video()
526 (char *)startwrite; in em28xx_copy_video()
532 memcpy(startwrite, startread, lencopy); in em28xx_copy_video()