Lines Matching refs:width
54 unsigned width, height; member
202 unsigned height, width, hblank, vblank, speed; in calc_fps() local
208 width = mt9v011_read(sd, R04_MT9V011_WIDTH); in calc_fps()
213 row_time = (width + 113 + hblank) * (speed + 2); in calc_fps()
232 unsigned height, width, hblank, vblank; in calc_speed() local
241 width = mt9v011_read(sd, R04_MT9V011_WIDTH); in calc_speed()
245 row_time = width + 113 + hblank; in calc_speed()
285 hstart = 20 + (640 - core->width) / 2; in set_res()
287 mt9v011_write(sd, R04_MT9V011_WIDTH, core->width); in set_res()
288 mt9v011_write(sd, R05_MT9V011_HBLANK, 771 - core->width); in set_res()
342 v4l_bound_align_image(&fmt->width, 48, 639, 1, in mt9v011_try_mbus_fmt()
397 core->width = fmt->width; in mt9v011_s_mbus_fmt()
542 core->width = 640; in mt9v011_probe()