Lines Matching defs:width
215 * Find the CSI data format and data width for the given V4L2 media
455 u32 width, height, data = 0;
463 /* set default sensor frame width and height */
464 width = infmt->width;
494 if (width == 720 && height == 480) {
497 } else if (width == 720 && height == 576) {
526 ipu_csi_write(csi, (width - 1) | ((height - 1) << 16),
580 w->width = (reg & 0xFFFF) + 1;
598 ipu_csi_write(csi, (w->width - 1) | ((w->height - 1) << 16),