Home | History | Annotate | Download | only in camera2

Lines Matching refs:zoomWidth

2431     float zoomLeft, zoomTop, zoomWidth, zoomHeight;
2457 * zoomWidth, zoomHeight * zoomWidth / outputWidth);
2459 * Note that if zoomWidth > bufferWidth, the new cropHeight > zoomHeight
2513 * calculating the zoomWidth from zoomHeight we'll actually get a
2519 zoomWidth = fastInfo.arrayWidth / zoomRatio;
2520 zoomHeight = zoomWidth *
2526 zoomWidth = zoomHeight *
2530 zoomLeft = (fastInfo.arrayWidth - zoomWidth) / 2;
2534 (int32_t)zoomLeft, (int32_t)zoomTop, zoomWidth, zoomHeight, this->zoom);
2537 CropRegion crop = { zoomLeft, zoomTop, zoomWidth, zoomHeight };