Searched refs:sink_format (Results 1 – 4 of 4) sorted by relevance
641 struct v4l2_mbus_framefmt *sink_format; in rzg2l_csi2_set_format() local649 sink_format = v4l2_subdev_state_get_format(state, RZG2L_CSI2_SINK); in rzg2l_csi2_set_format()652 sink_format->code = rzg2l_csi2_formats[0].code; in rzg2l_csi2_set_format()654 sink_format->code = fmt->format.code; in rzg2l_csi2_set_format()656 sink_format->field = V4L2_FIELD_NONE; in rzg2l_csi2_set_format()657 sink_format->colorspace = fmt->format.colorspace; in rzg2l_csi2_set_format()658 sink_format->xfer_func = fmt->format.xfer_func; in rzg2l_csi2_set_format()659 sink_format->ycbcr_enc = fmt->format.ycbcr_enc; in rzg2l_csi2_set_format()660 sink_format->quantization = fmt->format.quantization; in rzg2l_csi2_set_format()661 sink_format->width = clamp_t(u32, fmt->format.width, in rzg2l_csi2_set_format()[all …]
55 int intel_hdmi_tmds_clock(int clock, int bpc, enum intel_output_format sink_format);
761 pipe_config->sink_format = INTEL_OUTPUT_FORMAT_RGB; in mst_stream_compute_config()
1850 struct v4l2_mbus_framefmt *src_format, *sink_format; in mt9m114_ifp_update_sel_and_src_fmt() local1854 sink_format = v4l2_subdev_state_get_format(state, 0); in mt9m114_ifp_update_sel_and_src_fmt()1861 crop->width = sink_format->width - 2 * border; in mt9m114_ifp_update_sel_and_src_fmt()1862 crop->height = sink_format->height - 2 * border; in mt9m114_ifp_update_sel_and_src_fmt()