Searched refs:sink_format (Results 1 – 4 of 4) sorted by relevance
109 struct v4l2_mbus_framefmt *sink_format; in rzg2l_cru_ip_set_format() local120 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 …]
502 struct v4l2_mbus_framefmt *sink_format; in rzg2l_csi2_set_format() local513 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 …]
47 struct v4l2_mbus_framefmt *sink_format; in vsp1_wpf_set_rotation() local68 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() local310 if (sink_format->code != source_format->code) in wpf_configure_stream()399 const struct v4l2_mbus_framefmt *sink_format; in wpf_configure_partition() local412 width = sink_format->width; in wpf_configure_partition()[all …]
67 const struct v4l2_mbus_framefmt *sink_format; in rpf_configure_stream() local91 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