Lines Matching defs:format
44 * @format: current pix format
60 struct v4l2_pix_format format;
134 if (skel->format.field == V4L2_FIELD_ALTERNATE) {
159 skel->field = skel->format.field;
174 return sizes[0] < skel->format.sizeimage ? -EINVAL : 0;
176 sizes[0] = skel->format.sizeimage;
187 unsigned long size = skel->format.sizeimage;
305 * current format.
331 * The YUYV format is four bytes for every two pixels, so bytesperline
368 * It is not allowed to change the format while buffers for use with
374 /* TODO: change format */
375 skel->format = f->fmt.pix;
384 f->fmt.pix = skel->format;
415 * Changing the standard implies a format change, which is not allowed
425 /* Update the internal format */
426 skeleton_fill_pix_format(skel, &skel->format);
499 * Changing the timings implies a format change, which is not allowed
510 /* Update the internal format */
511 skeleton_fill_pix_format(skel, &skel->format);
618 * Changing the input implies a format change, which is not allowed
632 /* Update the internal format */
633 skeleton_fill_pix_format(skel, &skel->format);
739 * the driver should be complete. So the initial format, standard, timings
779 /* Fill in the initial format-related settings */
782 skeleton_fill_pix_format(skel, &skel->format);