Home
last modified time | relevance | path

Searched refs:sink_format (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/platform/renesas/rzg2l-cru/
H A Drzg2l-csi2.c641 struct v4l2_mbus_framefmt *sink_format; in rzg2l_csi2_set_format() local
649 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 …]
/linux/drivers/gpu/drm/i915/display/
H A Dintel_hdmi.h55 int intel_hdmi_tmds_clock(int clock, int bpc, enum intel_output_format sink_format);
H A Dintel_dp_mst.c761 pipe_config->sink_format = INTEL_OUTPUT_FORMAT_RGB; in mst_stream_compute_config()
/linux/drivers/media/i2c/
H A Dmt9m114.c1850 struct v4l2_mbus_framefmt *src_format, *sink_format; in mt9m114_ifp_update_sel_and_src_fmt() local
1854 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()