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

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp2906 float zoomLeft, zoomTop, zoomWidth, zoomHeight; local
2937 * calculating the zoomWidth from zoomHeight we'll actually get a
2943 zoomWidth = fastInfo.arrayWidth / zoomRatio;
2944 zoomHeight = zoomWidth *
2950 zoomWidth = zoomHeight *
2956 zoomWidth = fastInfo.arrayWidth / zoomRatio;
2961 zoomLeft = (fastInfo.arrayWidth - zoomWidth) / 2;
2965 (int32_t)zoomLeft, (int32_t)zoomTop, zoomWidth, zoomHeight, this->zoom);
2967 CropRegion crop = { zoomLeft, zoomTop, zoomWidth, zoomHeight };

Completed in 58 milliseconds