Home
last modified time | relevance | path

Searched refs:scaledY (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
DZoomRatioMapper.cpp338 float scaledY = yCentered * scaleRatio; in scaleCoordinates() local
340 scaledY += (mArrayHeight - 2) / 2; in scaleCoordinates()
342 coordPairs[i+1] = static_cast<int32_t>(std::round(scaledY)); in scaleCoordinates()