Searched defs:zoomLeft (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/camera2/
H A DParameters.cpp2311 float zoomLeft, zoomTop, zoomWidth, zoomHeight; local
2336 * cropRect = (zoomLeft, zoomRight,
2406 zoomLeft = (fastInfo.arrayWidth - zoomWidth) / 2;
2410 (int32_t)zoomLeft, (int32_t)zoomTop, zoomWidth, zoomHeight, this->zoom);
2413 CropRegion crop = { zoomLeft, zoomTop, zoomWidth, zoomHeight };

Completed in 112 milliseconds