Searched refs:zoomHeight (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp2847 float zoomLeft, zoomTop, zoomWidth, zoomHeight; local
2873 * zoomWidth, zoomHeight * zoomWidth / outputWidth);
2875 * Note that if zoomWidth > bufferWidth, the new cropHeight > zoomHeight
2929 * calculating the zoomWidth from zoomHeight we'll actually get a
2936 zoomHeight = zoomWidth *
2941 zoomHeight = fastInfo.arrayHeight / zoomRatio;
2942 zoomWidth = zoomHeight *
2947 zoomTop = (fastInfo.arrayHeight - zoomHeight) / 2;
2950 (int32_t)zoomLeft, (int32_t)zoomTop, zoomWidth, zoomHeight, this->zoom);
2953 CropRegion crop = { zoomLeft, zoomTop, zoomWidth, zoomHeight };
[all...]

Completed in 45 milliseconds