Home | History | Annotate | Download | only in camera2

Lines Matching refs:zoomLeft

2431     float zoomLeft, zoomTop, zoomWidth, zoomHeight;
2456 * cropRect = (zoomLeft, zoomRight,
2530 zoomLeft = (fastInfo.arrayWidth - zoomWidth) / 2;
2534 (int32_t)zoomLeft, (int32_t)zoomTop, zoomWidth, zoomHeight, this->zoom);
2537 CropRegion crop = { zoomLeft, zoomTop, zoomWidth, zoomHeight };