Lines Matching defs:width
215 * Find the CSI data format and data width for the given V4L2 media
434 u32 width, height, data = 0;
442 /* set default sensor frame width and height */
443 width = infmt->width;
473 if (width == 720 && height == 480) {
476 } else if (width == 720 && height == 576) {
505 ipu_csi_write(csi, (width - 1) | ((height - 1) << 16),
559 w->width = (reg & 0xFFFF) + 1;
577 ipu_csi_write(csi, (w->width - 1) | ((w->height - 1) << 16),