Lines Matching defs:fse
1038 struct v4l2_subdev_frame_size_enum *fse)
1043 if (fse->index > 1 || fse->code != MEDIA_BUS_FMT_SBGGR10_1X10)
1046 __crop = __ov5693_get_pad_crop(ov5693, state, fse->pad, fse->which);
1050 fse->min_width = __crop->width / (fse->index + 1);
1051 fse->min_height = __crop->height / (fse->index + 1);
1052 fse->max_width = fse->min_width;
1053 fse->max_height = fse->min_height;