Lines Matching refs:fse
322 struct v4l2_subdev_frame_size_enum *fse)
326 format = v4l2_subdev_get_try_format(subdev, cfg, fse->pad);
328 if (fse->index || fse->code != format->code)
334 if (fse->pad == 0) {
335 fse->min_width = XVIP_MIN_WIDTH;
336 fse->max_width = XVIP_MAX_WIDTH;
337 fse->min_height = XVIP_MIN_HEIGHT;
338 fse->max_height = XVIP_MAX_HEIGHT;
340 fse->min_width = format->width;
341 fse->max_width = format->width;
342 fse->min_height = format->height;
343 fse->max_height = format->height;