Home | History | Annotate | Download | only in libcamera2

Lines Matching refs:zoomWidth

3173             float zoomLeft, zoomTop, zoomWidth, zoomHeight;
3183 zoomWidth = m_camera2->getSensorW() / m_zoomRatio;
3184 zoomHeight = zoomWidth *
3188 zoomWidth = zoomHeight *
3191 zoomLeft = (crop_w - zoomWidth) / 2;
3194 int32_t new_cropRegion[3] = { zoomLeft, zoomTop, zoomWidth };