Lines Matching defs:height
455 u32 width, height, data = 0;
463 /* set default sensor frame width and height */
465 height = infmt->height;
467 height *= 2;
494 if (width == 720 && height == 480) {
496 height = 525;
497 } else if (width == 720 && height == 576) {
499 height = 625;
526 ipu_csi_write(csi, (width - 1) | ((height - 1) << 16),
581 w->height = (reg >> 16 & 0xFFFF) + 1;
598 ipu_csi_write(csi, (w->width - 1) | ((w->height - 1) << 16),