Searched refs:sensor_array_res (Results 1 – 3 of 3) sorted by relevance
1598 asd->sensor_array_res.width = config->width; in atomisp_set_array_res()1599 asd->sensor_array_res.height = config->height; in atomisp_set_array_res()1766 == asd->sensor_array_res.width in atomisp_calculate_real_zoom_region()1768 == asd->sensor_array_res.height) { in atomisp_calculate_real_zoom_region()1786 / asd->sensor_array_res.width; in atomisp_calculate_real_zoom_region()1789 / asd->sensor_array_res.height; in atomisp_calculate_real_zoom_region()1792 / asd->sensor_array_res.width; in atomisp_calculate_real_zoom_region()1795 / asd->sensor_array_res.height; in atomisp_calculate_real_zoom_region()1816 if (asd->sensor_array_res.width * out_res.height in atomisp_calculate_real_zoom_region()1817 < out_res.width * asd->sensor_array_res.height) { in atomisp_calculate_real_zoom_region()[all …]
462 asd->sensor_array_res.height = 0; in atomisp_subdev_init_struct()463 asd->sensor_array_res.width = 0; in atomisp_subdev_init_struct()
290 struct atomisp_resolution sensor_array_res; member