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;
428 (vc->width * vc->height * vc->format->depth) >> 3;
568 (vc->width * vc->height * vc->format->depth) >> 3;
632 f->fmt.pix.pixelformat = vc->format->fourcc;
634 f->fmt.pix.bytesperline = (f->fmt.pix.width * vc->format->depth) / 8;
645 const struct tw686x_format *format;
647 format = format_by_fourcc(f->fmt.pix.pixelformat);
648 if (!format) {
649 format = &formats[0];
650 f->fmt.pix.pixelformat = format->fourcc;
663 f->fmt.pix.bytesperline = (f->fmt.pix.width * format->depth) / 8;
679 vc->format = format_by_fourcc(pixelformat);
724 val |= vc->format->mode << 20;
821 * Adjust format after V4L2_STD_525_60/V4L2_STD_625_50 change,