Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/usb/clients/video/usbvc/
H A Dusbvc_var.h101 uint32_t v4l2_pixelformat; /* fcc, pixelformat */ member
/titanic_50/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc_v4l2.c155 fmtdesc.pixelformat = fmtgrp->v4l2_pixelformat; in usbvc_v4l2_ioctl()
822 if (!fmtgrp->v4l2_pixelformat || fmtgrp->frame_cnt == 0) { in usbvc_v4l2_set_format()
836 fmtgrp->v4l2_pixelformat) { in usbvc_v4l2_set_format()
1057 format->fmt.pix.pixelformat = fmtgrp->v4l2_pixelformat; in usbvc_v4l2_get_format()
H A Dusbvc.c2574 fmtgrp->v4l2_pixelformat = usbvc_v4l2_guid2fcc( in usbvc_parse_format_group()
2584 fmtgrp->v4l2_pixelformat = V4L2_PIX_FMT_MJPEG; in usbvc_parse_format_group()
3790 if (!curr_fmtgrp || !curr_fmtgrp->v4l2_pixelformat || in usbvc_set_default_stream_fmt()