Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/i2c/soc_camera/
Dov9740.c568 u32 scale_input_x; in ov9740_set_res() local
583 scale_input_x = (OV9740_MAX_HEIGHT * width) / height; in ov9740_set_res()
586 scale_input_x = OV9740_MAX_WIDTH; in ov9740_set_res()
591 x_start = (OV9740_MAX_WIDTH - scale_input_x) / 2; in ov9740_set_res()
593 x_end = x_start + scale_input_x - 1; in ov9740_set_res()
635 ret = ov9740_reg_write(client, OV9740_ISP_CTRL1E, scale_input_x >> 8); in ov9740_set_res()
638 ret = ov9740_reg_write(client, OV9740_ISP_CTRL1F, scale_input_x & 0xff); in ov9740_set_res()
649 (scale_input_x - width) >> 8); in ov9740_set_res()
653 (scale_input_x - width) & 0xff); in ov9740_set_res()