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, cfg, format->pad,
873 format->which);
881 struct v4l2_subdev_format *format)
896 if (format->pad) {
901 /* Update mbus format code and sizes. */
903 if (format->format.code == mt9v111_formats[i].code) {
913 format->format.width) +
915 format->format.height);
927 /* Update the device (or pad) format if it has changed. */
928 __fmt = __mt9v111_get_pad_format(mt9v111, cfg, format->pad,
929 format->which);
937 /* Update the format and sizes, then mark changes as pending. */
942 if (format->which == V4L2_SUBDEV_FORMAT_ACTIVE)
949 format->format = *__fmt;