Lines Matching defs:fse
446 struct v4l2_subdev_frame_size_enum *fse)
450 if (fse->index >= 3)
452 if (mt9v032->format.code != fse->code)
455 fse->min_width = MT9V032_WINDOW_WIDTH_DEF / (1 << fse->index);
456 fse->max_width = fse->min_width;
457 fse->min_height = MT9V032_WINDOW_HEIGHT_DEF / (1 << fse->index);
458 fse->max_height = fse->min_height;