Home | History | Annotate | Download | only in libcamera2

Lines Matching refs:zoomWidth

3177             float zoomLeft, zoomTop, zoomWidth, zoomHeight;
3187 zoomWidth = m_camera2->getSensorW() / m_zoomRatio;
3188 zoomHeight = zoomWidth *
3192 zoomWidth = zoomHeight *
3195 zoomLeft = (crop_w - zoomWidth) / 2;
3198 int32_t new_cropRegion[3] = { zoomLeft, zoomTop, zoomWidth };