Lines Matching defs:format
112 len = (vc->width * vc->height * vc->format->depth) >> 3;
237 buf_len = (vc->width * vc->height * vc->format->depth) >> 3;
427 (vc->width * vc->height * vc->format->depth) >> 3;
567 (vc->width * vc->height * vc->format->depth) >> 3;
631 f->fmt.pix.pixelformat = vc->format->fourcc;
633 f->fmt.pix.bytesperline = (f->fmt.pix.width * vc->format->depth) / 8;
644 const struct tw686x_format *format;
646 format = format_by_fourcc(f->fmt.pix.pixelformat);
647 if (!format) {
648 format = &formats[0];
649 f->fmt.pix.pixelformat = format->fourcc;
662 f->fmt.pix.bytesperline = (f->fmt.pix.width * format->depth) / 8;
678 vc->format = format_by_fourcc(pixelformat);
723 val |= vc->format->mode << 20;
818 * Adjust format after V4L2_STD_525_60/V4L2_STD_625_50 change,