Lines Matching defs:pixfmt
892 struct v4l2_pix_format *pixfmt = &f->fmt.pix;
902 if (isc->controller_formats[i].fourcc == pixfmt->pixelformat) {
903 isc->try_config.fourcc = pixfmt->pixelformat;
910 v4l_bound_align_image(&pixfmt->width, 16, isc->max_width, 0,
911 &pixfmt->height, 16, isc->max_height, 0, 0);
913 pixfmt->pixelformat = isc->try_config.fourcc;
914 pixfmt->colorspace = V4L2_COLORSPACE_SRGB;
915 pixfmt->field = V4L2_FIELD_NONE;
917 pixfmt->bytesperline = (pixfmt->width * isc->try_config.bpp_v4l2) >> 3;
918 pixfmt->sizeimage = ((pixfmt->width * isc->try_config.bpp) >> 3) *
919 pixfmt->height;
946 struct v4l2_pix_format *pixfmt = &isc->fmt.fmt.pix;
989 if (pixfmt->height != format.format.height ||
990 pixfmt->width != format.format.width) {
999 (char *)&sd_fmt->fourcc, pixfmt->width, pixfmt->height,