Lines Matching defs:fse
934 struct v4l2_subdev_frame_size_enum *fse)
939 if (fse->index != 0)
942 format.code = fse->code;
945 csi2_try_format(csi2, cfg, fse->pad, &format, fse->which);
946 fse->min_width = format.width;
947 fse->min_height = format.height;
949 if (format.code != fse->code)
952 format.code = fse->code;
955 csi2_try_format(csi2, cfg, fse->pad, &format, fse->which);
956 fse->max_width = format.width;
957 fse->max_height = format.height;