Searched refs:zoomHeight (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/services/camera/libcameraservice/camera2/
H A DParameters.cpp2311 float zoomLeft, zoomTop, zoomWidth, zoomHeight; local
2337 * zoomWidth, zoomHeight * zoomWidth / outputWidth);
2339 * Note that if zoomWidth > bufferWidth, the new cropHeight > zoomHeight
2389 * calculating the zoomWidth from zoomHeight we'll actually get a
2396 zoomHeight = zoomWidth *
2401 zoomHeight = fastInfo.arrayHeight / zoomRatio;
2402 zoomWidth = zoomHeight *
2407 zoomTop = (fastInfo.arrayHeight - zoomHeight) / 2;
2410 (int32_t)zoomLeft, (int32_t)zoomTop, zoomWidth, zoomHeight, this->zoom);
2413 CropRegion crop = { zoomLeft, zoomTop, zoomWidth, zoomHeight };
[all...]

Completed in 235 milliseconds