Lines Matching defs:format
56 * @format: current pix format
72 struct v4l2_pix_format format;
146 if (skel->format.field == V4L2_FIELD_ALTERNATE) {
171 skel->field = skel->format.field;
186 return sizes[0] < skel->format.sizeimage ? -EINVAL : 0;
188 sizes[0] = skel->format.sizeimage;
199 unsigned long size = skel->format.sizeimage;
317 * current format.
343 * The YUYV format is four bytes for every two pixels, so bytesperline
380 * It is not allowed to change the format while buffers for use with
386 /* TODO: change format */
387 skel->format = f->fmt.pix;
396 f->fmt.pix = skel->format;
427 * Changing the standard implies a format change, which is not allowed
437 /* Update the internal format */
438 skeleton_fill_pix_format(skel, &skel->format);
511 * Changing the timings implies a format change, which is not allowed
522 /* Update the internal format */
523 skeleton_fill_pix_format(skel, &skel->format);
630 * Changing the input implies a format change, which is not allowed
644 /* Update the internal format */
645 skeleton_fill_pix_format(skel, &skel->format);
751 * the driver should be complete. So the initial format, standard, timings
791 /* Fill in the initial format-related settings */
794 skeleton_fill_pix_format(skel, &skel->format);