Searched refs:v4l2_pixelformat (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/clients/video/usbvc/
H A Dusbvc_var.h101 uint32_t v4l2_pixelformat; /* fcc, pixelformat */ member in struct:usbvc_format_group
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc_v4l2.c155 fmtdesc.pixelformat = fmtgrp->v4l2_pixelformat;
819 * If v4l2_pixelformat is NULL, then that means there is not
822 if (!fmtgrp->v4l2_pixelformat || fmtgrp->frame_cnt == 0) {
836 fmtgrp->v4l2_pixelformat) {
1057 format->fmt.pix.pixelformat = fmtgrp->v4l2_pixelformat;
H A Dusbvc.c2574 fmtgrp->v4l2_pixelformat = usbvc_v4l2_guid2fcc(
2584 fmtgrp->v4l2_pixelformat = V4L2_PIX_FMT_MJPEG;
3787 * If v4l2_pixelformat is NULL, then that means there is not
3790 if (!curr_fmtgrp || !curr_fmtgrp->v4l2_pixelformat ||

Completed in 69 milliseconds