Lines Matching refs:height
54 unsigned width, height; member
202 unsigned height, width, hblank, vblank, speed; in calc_fps() local
207 height = mt9v011_read(sd, R03_MT9V011_HEIGHT); in calc_fps()
214 t_time = row_time * (height + vblank + 1); in calc_fps()
232 unsigned height, width, hblank, vblank; in calc_speed() local
240 height = mt9v011_read(sd, R03_MT9V011_HEIGHT); in calc_speed()
246 line_time = height + vblank + 1; in calc_speed()
290 vstart = 8 + (480 - core->height) / 2; in set_res()
292 mt9v011_write(sd, R03_MT9V011_HEIGHT, core->height); in set_res()
293 mt9v011_write(sd, R06_MT9V011_VBLANK, 508 - core->height); in set_res()
343 &fmt->height, 32, 480, 1, 0); in mt9v011_try_mbus_fmt()
398 core->height = fmt->height; in mt9v011_s_mbus_fmt()
543 core->height = 480; in mt9v011_probe()