Lines Matching defs:fse
442 struct v4l2_subdev_frame_size_enum *fse)
446 if (fse->index >= 3)
448 if (mt9v032->format.code != fse->code)
451 fse->min_width = MT9V032_WINDOW_WIDTH_DEF / (1 << fse->index);
452 fse->max_width = fse->min_width;
453 fse->min_height = MT9V032_WINDOW_HEIGHT_DEF / (1 << fse->index);
454 fse->max_height = fse->min_height;