Lines Matching defs:fse
1000 struct v4l2_subdev_frame_size_enum *fse)
1007 if (fse->index >= ARRAY_SIZE(ov2659_framesizes))
1011 if (fse->code == ov2659_formats[i].code)
1014 fse->code = ov2659_formats[i].code;
1016 fse->min_width = ov2659_framesizes[fse->index].width;
1017 fse->max_width = fse->min_width;
1018 fse->max_height = ov2659_framesizes[fse->index].height;
1019 fse->min_height = fse->max_height;