Lines Matching refs:format
69 struct v4l2_mbus_framefmt *format; in hsit_set_format() local
80 format = vsp1_entity_get_pad_format(&hsit->entity, config, fmt->pad); in hsit_set_format()
87 fmt->format = *format; in hsit_set_format()
91 format->code = hsit->inverse ? MEDIA_BUS_FMT_AHSV8888_1X32 in hsit_set_format()
93 format->width = clamp_t(unsigned int, fmt->format.width, in hsit_set_format()
95 format->height = clamp_t(unsigned int, fmt->format.height, in hsit_set_format()
97 format->field = V4L2_FIELD_NONE; in hsit_set_format()
98 format->colorspace = V4L2_COLORSPACE_SRGB; in hsit_set_format()
100 fmt->format = *format; in hsit_set_format()
103 format = vsp1_entity_get_pad_format(&hsit->entity, config, in hsit_set_format()
105 *format = fmt->format; in hsit_set_format()
106 format->code = hsit->inverse ? MEDIA_BUS_FMT_ARGB8888_1X32 in hsit_set_format()