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)
1000 return &sensor->format;
1011 struct v4l2_mbus_framefmt *format;
1013 format = __et8ek8_get_pad_format(sensor, cfg, fmt->pad, fmt->which);
1014 if (!format)
1017 fmt->format = *format;
1027 struct v4l2_mbus_framefmt *format;
1030 format = __et8ek8_get_pad_format(sensor, cfg, fmt->pad, fmt->which);
1031 if (!format)
1034 reglist = et8ek8_reglist_find_mode_fmt(&meta_reglist, &fmt->format);
1035 et8ek8_reglist_to_mbus(reglist, &fmt->format);
1036 *format = fmt->format;
1200 et8ek8_reglist_to_mbus(sensor->current_reglist, &sensor->format);
1326 struct v4l2_mbus_framefmt *format;
1330 format = __et8ek8_get_pad_format(sensor, fh->pad, 0,
1332 et8ek8_reglist_to_mbus(reglist, format);