Lines Matching defs:fse
716 struct v4l2_subdev_frame_size_enum *fse)
721 if (fse->index != 0)
724 format.code = fse->code;
727 ccp2_try_format(ccp2, cfg, fse->pad, &format, fse->which);
728 fse->min_width = format.width;
729 fse->min_height = format.height;
731 if (format.code != fse->code)
734 format.code = fse->code;
737 ccp2_try_format(ccp2, cfg, fse->pad, &format, fse->which);
738 fse->max_width = format.width;
739 fse->max_height = format.height;