Lines Matching defs:width
29 * width and height include active boundary and black parts
168 static u32 mt9m032_row_time(struct mt9m032 *sensor, unsigned int width)
173 effective_width = width + 716; /* empirical value */
191 row_time = mt9m032_row_time(sensor, crop->width);
221 sensor->crop.width - 1);
455 rect.width = clamp_t(unsigned int, ALIGN(sel->r.width, 2),
460 rect.width = min_t(unsigned int, rect.width,
467 if (rect.width != __crop->width || rect.height != __crop->height) {
472 format->width = rect.width;
750 sensor->crop.width = MT9M032_COLUMN_SIZE_DEF;
753 sensor->format.width = sensor->crop.width;