Lines Matching refs:format
162 struct v4l2_mbus_framefmt format; member
383 return &sensor->format; in __mt9m032_get_pad_format()
396 fmt->format = *__mt9m032_get_pad_format(sensor, cfg, fmt->which); in mt9m032_get_pad_format()
417 fmt->format = *__mt9m032_get_pad_format(sensor, cfg, fmt->which); in mt9m032_set_pad_format()
446 struct v4l2_mbus_framefmt *format; in mt9m032_set_pad_selection() local
484 format = __mt9m032_get_pad_format(sensor, cfg, sel->which); in mt9m032_set_pad_selection()
485 format->width = rect.width; in mt9m032_set_pad_selection()
486 format->height = rect.height; in mt9m032_set_pad_selection()
766 sensor->format.width = sensor->crop.width; in mt9m032_probe()
767 sensor->format.height = sensor->crop.height; in mt9m032_probe()
768 sensor->format.code = MEDIA_BUS_FMT_Y8_1X8; in mt9m032_probe()
769 sensor->format.field = V4L2_FIELD_NONE; in mt9m032_probe()
770 sensor->format.colorspace = V4L2_COLORSPACE_SRGB; in mt9m032_probe()