Lines Matching refs:pict
226 switch (s->pict.palette)
389 s->val[OPT_BRIGHTNESS].w = s->pict.brightness / 256;
398 s->val[OPT_HUE].w = s->pict.hue / 256;
407 s->val[OPT_COLOR].w = s->pict.colour / 256;
416 s->val[OPT_CONTRAST].w = s->pict.contrast / 256;
425 s->val[OPT_WHITE_LEVEL].w = s->pict.whiteness / 256;
626 if (-1 == v4l1_ioctl (v4lfd, VIDIOCGPICT, &s->pict))
633 s->pict.brightness, s->pict.hue, s->pict.colour, s->pict.contrast);
635 s->pict.whiteness, s->pict.depth, s->pict.palette);
638 s->pict.palette = VIDEO_PALETTE_GREY;
639 if (-1 == v4l1_ioctl (s->fd, VIDIOCSPICT, &s->pict))
824 s->pict.palette = VIDEO_PALETTE_GREY;
826 s->pict.palette = VIDEO_PALETTE_RGB24;
830 s->pict.brightness = *(SANE_Word *) val *256;
834 s->pict.hue = *(SANE_Word *) val *256;
838 s->pict.colour = *(SANE_Word *) val *256;
842 s->pict.contrast = *(SANE_Word *) val *256;
846 s->pict.whiteness = *(SANE_Word *) val *256;
901 if (-1 == v4l1_ioctl (s->fd, VIDIOCSPICT, &s->pict))
988 s->pict.depth);
1010 DBG (3, "sane_start: mmapped frame, capture 1 pict into %p\n", (void *) buffer);
1016 s->mmap.format = s->pict.palette;
1044 if (s->pict.palette == VIDEO_PALETTE_RGB24)