Lines Matching defs:fse
2189 struct v4l2_subdev_frame_size_enum *fse)
2194 if (fse->index != 0)
2197 format.code = fse->code;
2200 ccdc_try_format(ccdc, cfg, fse->pad, &format, fse->which);
2201 fse->min_width = format.width;
2202 fse->min_height = format.height;
2204 if (format.code != fse->code)
2207 format.code = fse->code;
2210 ccdc_try_format(ccdc, cfg, fse->pad, &format, fse->which);
2211 fse->max_width = format.width;
2212 fse->max_height = format.height;