Home | History | Annotate | Download | only in camera2

Lines Matching refs:zoomTop

2431     float zoomLeft, zoomTop, zoomWidth, zoomHeight;
2531 zoomTop = (fastInfo.arrayHeight - zoomHeight) / 2;
2534 (int32_t)zoomLeft, (int32_t)zoomTop, zoomWidth, zoomHeight, this->zoom);
2537 CropRegion crop = { zoomLeft, zoomTop, zoomWidth, zoomHeight };