Lines Matching refs:format
57 * Serialize control access, get/set format, get selection
553 struct v4l2_subdev_format *format)
558 format->format = *__imx214_get_pad_format(imx214, sd_state,
559 format->pad,
560 format->which);
583 struct v4l2_subdev_format *format)
592 __crop = __imx214_get_pad_crop(imx214, sd_state, format->pad,
593 format->which);
597 format->format.width,
598 format->format.height);
603 __format = __imx214_get_pad_format(imx214, sd_state, format->pad,
604 format->which);
615 format->format = *__format;
644 fmt.format.width = imx214_modes[0].width;
645 fmt.format.height = imx214_modes[0].height;