/src/usr.bin/videoctl/ |
videoctl.c | 244 struct v4l2_fmtdesc fmtdesc; local in function:video_print_one_format 249 fmtdesc.type = V4L2_BUF_TYPE_VIDEO_CAPTURE; 250 fmtdesc.index = fmtnum; 251 error = ioctl(video_fd, VIDIOC_ENUM_FMT, &fmtdesc); 255 printf("info.format.%u=%s\n", fmtdesc.index, 256 fmtdesc.description); 265 framesize.pixel_format = fmtdesc.pixelformat; 274 fmtdesc.index, framesize.index, 280 fmtdesc.index, framesize.index, 290 fmtdesc.index, framesize.index [all...] |
videoctl.c | 244 struct v4l2_fmtdesc fmtdesc; local in function:video_print_one_format 249 fmtdesc.type = V4L2_BUF_TYPE_VIDEO_CAPTURE; 250 fmtdesc.index = fmtnum; 251 error = ioctl(video_fd, VIDIOC_ENUM_FMT, &fmtdesc); 255 printf("info.format.%u=%s\n", fmtdesc.index, 256 fmtdesc.description); 265 framesize.pixel_format = fmtdesc.pixelformat; 274 fmtdesc.index, framesize.index, 280 fmtdesc.index, framesize.index, 290 fmtdesc.index, framesize.index [all...] |
/src/sys/dev/ |
video.c | 784 video_enum_format(struct video_softc *sc, struct v4l2_fmtdesc *fmtdesc) 795 err = hw->enum_format(sc->hw_softc, fmtdesc->index, &vfmt); 801 fmtdesc->type = V4L2_BUF_TYPE_VIDEO_CAPTURE; /* TODO: only one type for now */ 802 fmtdesc->flags = 0; 804 fmtdesc->flags = V4L2_FMT_FLAG_COMPRESSED; 805 strlcpy(fmtdesc->description, 807 sizeof(fmtdesc->description)); 808 fmtdesc->pixelformat = fmt.fmt.pix.pixelformat; 1983 struct v4l2_fmtdesc *fmtdesc; local in function:videoioctl 2038 fmtdesc = data [all...] |
video.c | 784 video_enum_format(struct video_softc *sc, struct v4l2_fmtdesc *fmtdesc) 795 err = hw->enum_format(sc->hw_softc, fmtdesc->index, &vfmt); 801 fmtdesc->type = V4L2_BUF_TYPE_VIDEO_CAPTURE; /* TODO: only one type for now */ 802 fmtdesc->flags = 0; 804 fmtdesc->flags = V4L2_FMT_FLAG_COMPRESSED; 805 strlcpy(fmtdesc->description, 807 sizeof(fmtdesc->description)); 808 fmtdesc->pixelformat = fmt.fmt.pix.pixelformat; 1983 struct v4l2_fmtdesc *fmtdesc; local in function:videoioctl 2038 fmtdesc = data [all...] |