Lines Matching refs:height
441 ret = regmap_write(map, MT9V032_WINDOW_HEIGHT, crop->height); in mt9v032_s_stream()
522 unsigned int height; in mt9v032_set_format() local
534 height = clamp(ALIGN(format->format.height, 2), in mt9v032_set_format()
535 max_t(unsigned int, __crop->height / 4, in mt9v032_set_format()
537 __crop->height); in mt9v032_set_format()
540 vratio = mt9v032_calc_ratio(__crop->height, height); in mt9v032_set_format()
545 __format->height = __crop->height / vratio; in mt9v032_set_format()
595 rect.height = clamp_t(unsigned int, ALIGN(sel->r.height, 2), in mt9v032_set_selection()
601 rect.height = min_t(unsigned int, in mt9v032_set_selection()
602 rect.height, MT9V032_PIXEL_ARRAY_HEIGHT - rect.top); in mt9v032_set_selection()
606 if (rect.width != __crop->width || rect.height != __crop->height) { in mt9v032_set_selection()
613 __format->height = rect.height; in mt9v032_set_selection()
820 crop->height = MT9V032_WINDOW_HEIGHT_DEF; in mt9v032_open()
830 format->height = MT9V032_WINDOW_HEIGHT_DEF; in mt9v032_open()
1025 mt9v032->crop.height = MT9V032_WINDOW_HEIGHT_DEF; in mt9v032_probe()
1033 mt9v032->format.height = MT9V032_WINDOW_HEIGHT_DEF; in mt9v032_probe()