Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/platform/renesas/rzg2l-cru/
A Drzg2l-ip.c109 struct v4l2_mbus_framefmt *sink_format; in rzg2l_cru_ip_set_format() local
120 sink_format->code = rzg2l_cru_ip_formats[0].code; in rzg2l_cru_ip_set_format()
122 sink_format->code = fmt->format.code; in rzg2l_cru_ip_set_format()
124 sink_format->field = V4L2_FIELD_NONE; in rzg2l_cru_ip_set_format()
125 sink_format->colorspace = fmt->format.colorspace; in rzg2l_cru_ip_set_format()
126 sink_format->xfer_func = fmt->format.xfer_func; in rzg2l_cru_ip_set_format()
127 sink_format->ycbcr_enc = fmt->format.ycbcr_enc; in rzg2l_cru_ip_set_format()
128 sink_format->quantization = fmt->format.quantization; in rzg2l_cru_ip_set_format()
129 sink_format->width = clamp_t(u32, fmt->format.width, in rzg2l_cru_ip_set_format()
134 fmt->format = *sink_format; in rzg2l_cru_ip_set_format()
[all …]
A Drzg2l-csi2.c502 struct v4l2_mbus_framefmt *sink_format; in rzg2l_csi2_set_format() local
513 sink_format->code = rzg2l_csi2_formats[0].code; in rzg2l_csi2_set_format()
515 sink_format->code = fmt->format.code; in rzg2l_csi2_set_format()
517 sink_format->field = V4L2_FIELD_NONE; in rzg2l_csi2_set_format()
518 sink_format->colorspace = fmt->format.colorspace; in rzg2l_csi2_set_format()
519 sink_format->xfer_func = fmt->format.xfer_func; in rzg2l_csi2_set_format()
520 sink_format->ycbcr_enc = fmt->format.ycbcr_enc; in rzg2l_csi2_set_format()
521 sink_format->quantization = fmt->format.quantization; in rzg2l_csi2_set_format()
522 sink_format->width = clamp_t(u32, fmt->format.width, in rzg2l_csi2_set_format()
526 fmt->format = *sink_format; in rzg2l_csi2_set_format()
[all …]
/linux-6.3-rc2/drivers/media/platform/renesas/vsp1/
A Dvsp1_wpf.c47 struct v4l2_mbus_framefmt *sink_format; in vsp1_wpf_set_rotation() local
68 sink_format = vsp1_entity_get_pad_format(&wpf->entity, in vsp1_wpf_set_rotation()
78 source_format->width = sink_format->height; in vsp1_wpf_set_rotation()
79 source_format->height = sink_format->width; in vsp1_wpf_set_rotation()
81 source_format->width = sink_format->width; in vsp1_wpf_set_rotation()
82 source_format->height = sink_format->height; in vsp1_wpf_set_rotation()
264 const struct v4l2_mbus_framefmt *sink_format; in wpf_configure_stream() local
310 if (sink_format->code != source_format->code) in wpf_configure_stream()
399 const struct v4l2_mbus_framefmt *sink_format; in wpf_configure_partition() local
412 width = sink_format->width; in wpf_configure_partition()
[all …]
A Dvsp1_rpf.c67 const struct v4l2_mbus_framefmt *sink_format; in rpf_configure_stream() local
91 sink_format = vsp1_entity_get_pad_format(&rpf->entity, in rpf_configure_stream()
106 if (sink_format->code != source_format->code) in rpf_configure_stream()

Completed in 10 milliseconds