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

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp2554 float zoomLeft, zoomTop, zoomWidth, zoomHeight; local
2580 * zoomWidth, zoomHeight * zoomWidth / outputWidth);
2582 * Note that if zoomWidth > bufferWidth, the new cropHeight > zoomHeight
2636 * calculating the zoomWidth from zoomHeight we'll actually get a
2642 zoomWidth = fastInfo.arrayWidth / zoomRatio;
2643 zoomHeight = zoomWidth *
2649 zoomWidth = zoomHeight *
2653 zoomLeft = (fastInfo.arrayWidth - zoomWidth) / 2;
2657 (int32_t)zoomLeft, (int32_t)zoomTop, zoomWidth, zoomHeigh
[all...]

Completed in 10 milliseconds