Lines Matching defs:format
887 struct v4l2_subdev_format *format)
891 format->format = *__ov5645_get_pad_format(ov5645, cfg, format->pad,
892 format->which);
912 struct v4l2_subdev_format *format)
920 __crop = __ov5645_get_pad_crop(ov5645, cfg, format->pad,
921 format->which);
926 format->format.width, format->format.height);
931 if (format->which == V4L2_SUBDEV_FORMAT_ACTIVE) {
945 __format = __ov5645_get_pad_format(ov5645, cfg, format->pad,
946 format->which);
953 format->format = *__format;
964 fmt.format.width = 1920;
965 fmt.format.height = 1080;