Home
last modified time | relevance | path

Searched refs:scale_input_y (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/media/i2c/soc_camera/
Dov9740.c569 u32 scale_input_y; in ov9740_set_res() local
584 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()