Lines Matching refs:fse

1225 				   struct v4l2_subdev_frame_size_enum *fse)  in s5c73m3_enum_frame_size()  argument
1229 if (fse->pad == S5C73M3_ISP_PAD) { in s5c73m3_enum_frame_size()
1230 if (fse->code != S5C73M3_ISP_FMT) in s5c73m3_enum_frame_size()
1234 if (fse->code != S5C73M3_JPEG_FMT) in s5c73m3_enum_frame_size()
1239 if (fse->index >= s5c73m3_resolutions_len[idx]) in s5c73m3_enum_frame_size()
1242 fse->min_width = s5c73m3_resolutions[idx][fse->index].width; in s5c73m3_enum_frame_size()
1243 fse->max_width = fse->min_width; in s5c73m3_enum_frame_size()
1244 fse->max_height = s5c73m3_resolutions[idx][fse->index].height; in s5c73m3_enum_frame_size()
1245 fse->min_height = fse->max_height; in s5c73m3_enum_frame_size()
1252 struct v4l2_subdev_frame_size_enum *fse) in s5c73m3_oif_enum_frame_size() argument
1257 if (fse->pad == OIF_SOURCE_PAD) { in s5c73m3_oif_enum_frame_size()
1258 if (fse->index > 0) in s5c73m3_oif_enum_frame_size()
1261 switch (fse->code) { in s5c73m3_oif_enum_frame_size()
1266 if (fse->which == V4L2_SUBDEV_FORMAT_TRY) { in s5c73m3_oif_enum_frame_size()
1281 fse->max_width = fse->min_width = w; in s5c73m3_oif_enum_frame_size()
1282 fse->max_height = fse->min_height = h; in s5c73m3_oif_enum_frame_size()
1290 if (fse->code != s5c73m3_oif_get_pad_code(fse->pad, 0)) in s5c73m3_oif_enum_frame_size()
1293 if (fse->pad == OIF_JPEG_PAD) in s5c73m3_oif_enum_frame_size()
1298 if (fse->index >= s5c73m3_resolutions_len[idx]) in s5c73m3_oif_enum_frame_size()
1301 fse->min_width = s5c73m3_resolutions[idx][fse->index].width; in s5c73m3_oif_enum_frame_size()
1302 fse->max_width = fse->min_width; in s5c73m3_oif_enum_frame_size()
1303 fse->max_height = s5c73m3_resolutions[idx][fse->index].height; in s5c73m3_oif_enum_frame_size()
1304 fse->min_height = fse->max_height; in s5c73m3_oif_enum_frame_size()