Lines Matching defs:fse
129 struct v4l2_subdev_frame_size_enum *fse)
136 state = vsp1_entity_get_state(&uds->entity, sd_state, fse->which);
144 if (fse->index || fse->code != format->code) {
149 if (fse->pad == UDS_PAD_SINK) {
150 fse->min_width = UDS_MIN_SIZE;
151 fse->max_width = UDS_MAX_SIZE;
152 fse->min_height = UDS_MIN_SIZE;
153 fse->max_height = UDS_MAX_SIZE;
155 uds_output_limits(format->width, &fse->min_width,
156 &fse->max_width);
157 uds_output_limits(format->height, &fse->min_height,
158 &fse->max_height);