Lines Matching defs:format
57 * Serialize control access, get/set format, get selection
553 struct v4l2_subdev_format *format)
558 format->format = *__imx214_get_pad_format(imx214, cfg, format->pad,
559 format->which);
581 struct v4l2_subdev_format *format)
590 __crop = __imx214_get_pad_crop(imx214, cfg, format->pad, format->which);
594 format->format.width,
595 format->format.height);
600 __format = __imx214_get_pad_format(imx214, cfg, format->pad,
601 format->which);
612 format->format = *__format;
641 fmt.format.width = imx214_modes[0].width;
642 fmt.format.height = imx214_modes[0].height;