Searched refs:zoomLeft (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
2872 * cropRect = (zoomLeft, zoomRight,
2946 zoomLeft = (fastInfo.arrayWidth - zoomWidth) / 2;
2950 (int32_t)zoomLeft, (int32_t)zoomTop, zoomWidth, zoomHeight, this->zoom);
2953 CropRegion crop = { zoomLeft, zoomTop, zoomWidth, zoomHeight };

Completed in 111 milliseconds