Searched refs:out_pix (Results 1 – 2 of 2) sorted by relevance
529 struct v4l2_pix_format *out_pix = &csi->vdev_fmt; in imx7_csi_configure() local530 int width = out_pix->width; in imx7_csi_configure()542 if (out_pix->field == V4L2_FIELD_INTERLACED) { in imx7_csi_configure()544 stride = out_pix->width; in imx7_csi_configure()554 if (out_pix->pixelformat == V4L2_PIX_FMT_UYVY || in imx7_csi_configure()555 out_pix->pixelformat == V4L2_PIX_FMT_YUYV) in imx7_csi_configure()642 imx7_csi_reg_write(csi, (width * out_pix->height) >> 2, CSI_CSIRXCNT); in imx7_csi_configure()644 BIT_IMAGE_HEIGHT(out_pix->height), in imx7_csi_configure()
489 const struct v4l2_pix_format_mplane *out_pix = &ctx->queues.out.format; in mxc_isi_m2m_streamon() local505 bypass = cap_pix->width == out_pix->width && in mxc_isi_m2m_streamon()506 cap_pix->height == out_pix->height && in mxc_isi_m2m_streamon()529 if (!ctx->chained && out_pix->width > MXC_ISI_MAX_WIDTH_UNCHAINED) { in mxc_isi_m2m_streamon()