Home | History | Annotate | Download | only in libcamera2

Lines Matching refs:zoomLevel

2532         float zoomLevel = ((float)zoom + 10.0) / 10.0;
2533 *crop_w = (int)((float)*crop_w / zoomLevel);
2534 *crop_h = (int)((float)*crop_h / zoomLevel);