Lines Matching defs:fse
1890 struct v4l2_subdev_frame_size_enum *fse)
1895 if (fse->index != 0)
1898 format.code = fse->code;
1901 preview_try_format(prev, cfg, fse->pad, &format, fse->which);
1902 fse->min_width = format.width;
1903 fse->min_height = format.height;
1905 if (format.code != fse->code)
1908 format.code = fse->code;
1911 preview_try_format(prev, cfg, fse->pad, &format, fse->which);
1912 fse->max_width = format.width;
1913 fse->max_height = format.height;