Lines Matching defs:fse
325 struct v4l2_subdev_frame_size_enum *fse)
329 format = v4l2_subdev_get_try_format(subdev, sd_state, fse->pad);
331 if (fse->index || fse->code != format->code)
337 if (fse->pad == 0) {
338 fse->min_width = XVIP_MIN_WIDTH;
339 fse->max_width = XVIP_MAX_WIDTH;
340 fse->min_height = XVIP_MIN_HEIGHT;
341 fse->max_height = XVIP_MAX_HEIGHT;
343 fse->min_width = format->width;
344 fse->max_width = format->width;
345 fse->min_height = format->height;
346 fse->max_height = format->height;