Searched refs:sensor_array_res (Results 1 – 3 of 3) sorted by relevance
1596 asd->sensor_array_res.width = config->width; in atomisp_set_array_res()1597 asd->sensor_array_res.height = config->height; in atomisp_set_array_res()1764 == asd->sensor_array_res.width in atomisp_calculate_real_zoom_region()1766 == asd->sensor_array_res.height) { in atomisp_calculate_real_zoom_region()1784 / asd->sensor_array_res.width; in atomisp_calculate_real_zoom_region()1787 / asd->sensor_array_res.height; in atomisp_calculate_real_zoom_region()1790 / asd->sensor_array_res.width; in atomisp_calculate_real_zoom_region()1793 / asd->sensor_array_res.height; in atomisp_calculate_real_zoom_region()1814 if (asd->sensor_array_res.width * out_res.height in atomisp_calculate_real_zoom_region()1815 < out_res.width * asd->sensor_array_res.height) { in atomisp_calculate_real_zoom_region()[all …]
465 asd->sensor_array_res.height = 0; in atomisp_subdev_init_struct()466 asd->sensor_array_res.width = 0; in atomisp_subdev_init_struct()
293 struct atomisp_resolution sensor_array_res; member