Searched refs:scale_input_y (Results 1 – 1 of 1) sorted by relevance
569 u32 scale_input_y; in ov9740_set_res() local584 scale_input_y = OV9740_MAX_HEIGHT; in ov9740_set_res()587 scale_input_y = (OV9740_MAX_WIDTH * height) / width; in ov9740_set_res()592 y_start = (OV9740_MAX_HEIGHT - scale_input_y) / 2; in ov9740_set_res()594 y_end = y_start + scale_input_y - 1; in ov9740_set_res()641 ret = ov9740_reg_write(client, OV9740_ISP_CTRL20, scale_input_y >> 8); in ov9740_set_res()644 ret = ov9740_reg_write(client, OV9740_ISP_CTRL21, scale_input_y & 0xff); in ov9740_set_res()