Searched refs:v4l1_picture (Results 1 – 1 of 1) sorted by relevance
109 static struct video_picture v4l1_picture; variable259 v4l1_picture.depth = bnew; in v4l1_setfmt()260 v4l1_picture.palette = fnew; in v4l1_setfmt()263 if (ioctl(fd, VIDIOCSPICT, &v4l1_picture) == -1) { in v4l1_setfmt()342 if (br >= 0) v4l1_picture.brightness = v4l1_val(br); in apply_settings()343 if (hu >= 0) v4l1_picture.hue = v4l1_val(hu); in apply_settings()344 if (co >= 0) v4l1_picture.colour = v4l1_val(co); in apply_settings()345 if (cn >= 0) v4l1_picture.contrast = v4l1_val(cn); in apply_settings()348 if (ioctl(*fd, VIDIOCSPICT, &v4l1_picture) == -1) { in apply_settings()354 } else if (b > 0 && b != v4l1_picture.depth) { in apply_settings()[all …]