Lines Matching refs:fse
77 struct v4l2_subdev_frame_size_enum *fse) in hsit_enum_frame_size() argument
82 format = vsp1_entity_get_pad_format(&hsit->entity, cfg, fse->pad, in hsit_enum_frame_size()
83 fse->which); in hsit_enum_frame_size()
85 if (fse->index || fse->code != format->code) in hsit_enum_frame_size()
88 if (fse->pad == HSIT_PAD_SINK) { in hsit_enum_frame_size()
89 fse->min_width = HSIT_MIN_SIZE; in hsit_enum_frame_size()
90 fse->max_width = HSIT_MAX_SIZE; in hsit_enum_frame_size()
91 fse->min_height = HSIT_MIN_SIZE; in hsit_enum_frame_size()
92 fse->max_height = HSIT_MAX_SIZE; in hsit_enum_frame_size()
97 fse->min_width = format->width; in hsit_enum_frame_size()
98 fse->max_width = format->width; in hsit_enum_frame_size()
99 fse->min_height = format->height; in hsit_enum_frame_size()
100 fse->max_height = format->height; in hsit_enum_frame_size()