Lines Matching refs:pixfmt
595 struct v4l2_pix_format *pixfmt, in bcap_try_format() argument
605 if (pixfmt->pixelformat == fmt->pixelformat) in bcap_try_format()
611 v4l2_fill_mbus_format(&mbus_fmt, pixfmt, fmt->mbus_code); in bcap_try_format()
616 v4l2_fill_pix_format(pixfmt, &mbus_fmt); in bcap_try_format()
625 pixfmt->bytesperline = pixfmt->width * fmt->bpp / 8; in bcap_try_format()
626 pixfmt->sizeimage = pixfmt->bytesperline * pixfmt->height; in bcap_try_format()
651 struct v4l2_pix_format *pixfmt = &fmt->fmt.pix; in bcap_try_fmt_vid_cap() local
653 return bcap_try_format(bcap_dev, pixfmt, NULL); in bcap_try_fmt_vid_cap()
671 struct v4l2_pix_format *pixfmt = &fmt->fmt.pix; in bcap_s_fmt_vid_cap() local
678 ret = bcap_try_format(bcap_dev, pixfmt, &bcap_fmt); in bcap_s_fmt_vid_cap()
682 v4l2_fill_mbus_format(&mbus_fmt, pixfmt, bcap_fmt.mbus_code); in bcap_s_fmt_vid_cap()
686 bcap_dev->fmt = *pixfmt; in bcap_s_fmt_vid_cap()