Searched refs:sensor_array_res (Results 1 – 3 of 3) sorted by relevance
1607 asd->sensor_array_res.width = config->width; in atomisp_set_array_res()1608 asd->sensor_array_res.height = config->height; in atomisp_set_array_res()1775 == asd->sensor_array_res.width in atomisp_calculate_real_zoom_region()1777 == asd->sensor_array_res.height) { in atomisp_calculate_real_zoom_region()1795 / asd->sensor_array_res.width; in atomisp_calculate_real_zoom_region()1798 / asd->sensor_array_res.height; in atomisp_calculate_real_zoom_region()1801 / asd->sensor_array_res.width; in atomisp_calculate_real_zoom_region()1804 / asd->sensor_array_res.height; in atomisp_calculate_real_zoom_region()1825 if (asd->sensor_array_res.width * out_res.height in atomisp_calculate_real_zoom_region()1826 < out_res.width * asd->sensor_array_res.height) { in atomisp_calculate_real_zoom_region()[all …]
478 asd->sensor_array_res.height = 0; in atomisp_subdev_init_struct()479 asd->sensor_array_res.width = 0; in atomisp_subdev_init_struct()
304 struct atomisp_resolution sensor_array_res; member