Lines Matching defs:fse
2798 struct v4l2_subdev_frame_size_enum *fse)
2800 if (fse->pad != 0)
2802 if (fse->index >= OV5640_NUM_MODES)
2805 fse->min_width =
2806 ov5640_mode_data[fse->index].hact;
2807 fse->max_width = fse->min_width;
2808 fse->min_height =
2809 ov5640_mode_data[fse->index].vact;
2810 fse->max_height = fse->min_height;