Lines Matching refs:mmap
1000 "sane_start: mmap frame, buffersize: %d bytes, buffers: %d, offset 0 %d\n",
1006 DBG (1, "sane_start: mmap failed: %s\n", strerror (errno));
1011 s->mmap.frame = 0;
1012 s->mmap.width = s->window.width;
1013 /* s->mmap.width = parms.pixels_per_line; ??? huh? */
1014 s->mmap.height = s->window.height;
1015 /* s->mmap.height = parms.lines; ??? huh? */
1016 s->mmap.format = s->pict.palette;
1018 s->mmap.width, s->mmap.height, s->mmap.format);
1024 len = v4l1_ioctl (s->fd, VIDIOCMCAPTURE, &s->mmap);
1031 DBG (3, "sane_start: waiting for frame %x, loop %d\n", s->mmap.frame, loop);
1032 len = v4l1_ioctl (s->fd, VIDIOCSYNC, &(s->mmap.frame));
1040 DBG (3, "sane_start: frame %x done\n", s->mmap.frame);