Searched refs:startwrite (Results 1 – 1 of 1) sorted by relevance
451 void *fieldstart, *startwrite, *startread; in em28xx_copy_video() local474 startwrite = fieldstart + offset; in em28xx_copy_video()478 if ((char *)startwrite + lencopy > (char *)buf->vb_buf + buf->length) { in em28xx_copy_video()480 ((char *)startwrite + lencopy) - in em28xx_copy_video()483 (char *)startwrite; in em28xx_copy_video()488 memcpy(startwrite, startread, lencopy); in em28xx_copy_video()494 startwrite += lencopy; in em28xx_copy_video()496 startwrite += lencopy + bytesperline; in em28xx_copy_video()503 if ((char *)startwrite + lencopy > (char *)buf->vb_buf + in em28xx_copy_video()506 ((char *)startwrite + lencopy) - in em28xx_copy_video()[all …]