Lines Matching refs:fse
46 struct v4l2_subdev_frame_size_enum *fse) in vsp1_rwpf_enum_frame_size() argument
51 format = vsp1_entity_get_pad_format(&rwpf->entity, cfg, fse->pad, in vsp1_rwpf_enum_frame_size()
52 fse->which); in vsp1_rwpf_enum_frame_size()
54 if (fse->index || fse->code != format->code) in vsp1_rwpf_enum_frame_size()
57 if (fse->pad == RWPF_PAD_SINK) { in vsp1_rwpf_enum_frame_size()
58 fse->min_width = RWPF_MIN_WIDTH; in vsp1_rwpf_enum_frame_size()
59 fse->max_width = rwpf->max_width; in vsp1_rwpf_enum_frame_size()
60 fse->min_height = RWPF_MIN_HEIGHT; in vsp1_rwpf_enum_frame_size()
61 fse->max_height = rwpf->max_height; in vsp1_rwpf_enum_frame_size()
66 fse->min_width = format->width; in vsp1_rwpf_enum_frame_size()
67 fse->max_width = format->width; in vsp1_rwpf_enum_frame_size()
68 fse->min_height = format->height; in vsp1_rwpf_enum_frame_size()
69 fse->max_height = format->height; in vsp1_rwpf_enum_frame_size()