Lines Matching defs:width
56 unsigned width, height;
204 unsigned height, width, hblank, vblank, speed;
210 width = mt9v011_read(sd, R04_MT9V011_WIDTH);
215 row_time = (width + 113 + hblank) * (speed + 2);
234 unsigned height, width, hblank, vblank;
243 width = mt9v011_read(sd, R04_MT9V011_WIDTH);
247 row_time = width + 113 + hblank;
282 * NOTE: datasheet says that width (and height) should be filled with
283 * width-1. However, this doesn't work, since one pixel per line will
287 hstart = 20 + (640 - core->width) / 2;
289 mt9v011_write(sd, R04_MT9V011_WIDTH, core->width);
290 mt9v011_write(sd, R05_MT9V011_HBLANK, 771 - core->width);
350 v4l_bound_align_image(&fmt->width, 48, 639, 1,
356 core->width = fmt->width;
545 core->width = 640;