Lines Matching refs:format

43 	struct v4l2_mbus_framefmt format;
409 struct v4l2_mbus_framefmt format;
418 * Store both the closest mode that matches the requested format, and
420 * if found, otherwise the best mode with a non-matching format is
429 et8ek8_reglist_to_mbus(*list, &format);
431 dist = min(fmt->width, format.width)
432 * min(fmt->height, format.height);
433 dist = format.width * format.height
437 if (fmt->code == format.code) {
928 struct v4l2_mbus_framefmt format;
937 et8ek8_reglist_to_mbus(*list, &format);
938 if (fse->code != format.code)
942 if (format.width == cmp_width && format.height == cmp_height)
945 cmp_width = format.width;
946 cmp_height = format.height;
949 fse->min_width = format.width;
950 fse->min_height = format.height;
951 fse->max_width = format.width;
952 fse->max_height = format.height;
966 struct v4l2_mbus_framefmt format;
975 et8ek8_reglist_to_mbus(*list, &format);
976 if (fie->code != format.code)
979 if (fie->width != format.width || fie->height != format.height)
1001 return &sensor->format;
1012 struct v4l2_mbus_framefmt *format;
1014 format = __et8ek8_get_pad_format(sensor, sd_state, fmt->pad,
1016 if (!format)
1019 fmt->format = *format;
1029 struct v4l2_mbus_framefmt *format;
1032 format = __et8ek8_get_pad_format(sensor, sd_state, fmt->pad,
1034 if (!format)
1037 reglist = et8ek8_reglist_find_mode_fmt(&meta_reglist, &fmt->format);
1038 et8ek8_reglist_to_mbus(reglist, &fmt->format);
1039 *format = fmt->format;
1203 et8ek8_reglist_to_mbus(sensor->current_reglist, &sensor->format);
1328 struct v4l2_mbus_framefmt *format;
1332 format = __et8ek8_get_pad_format(sensor, fh->state, 0,
1334 et8ek8_reglist_to_mbus(reglist, format);