Lines Matching defs:format
36 * output. This driver currently supports only YUYV format permutations.
134 /* Output image format and sizes. */
559 * Configure output image format components ordering.
864 struct v4l2_subdev_format *format)
868 if (format->pad)
872 format->format = *__mt9v111_get_pad_format(mt9v111, sd_state,
873 format->pad,
874 format->which);
882 struct v4l2_subdev_format *format)
897 if (format->pad) {
902 /* Update mbus format code and sizes. */
904 if (format->format.code == mt9v111_formats[i].code) {
914 format->format.width) +
916 format->format.height);
928 /* Update the device (or pad) format if it has changed. */
929 __fmt = __mt9v111_get_pad_format(mt9v111, sd_state, format->pad,
930 format->which);
938 /* Update the format and sizes, then mark changes as pending. */
943 if (format->which == V4L2_SUBDEV_FORMAT_ACTIVE)
950 format->format = *__fmt;