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

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp2922 float zoomLeft, zoomTop, zoomWidth, zoomHeight; local
2978 zoomTop = (fastInfo.arrayHeight - zoomHeight) / 2;
2981 (int32_t)zoomLeft, (int32_t)zoomTop, zoomWidth, zoomHeight, this->zoom);
2983 CropRegion crop = { zoomLeft, zoomTop, zoomWidth, zoomHeight };

Completed in 65 milliseconds