Home
last modified time | relevance | path

Searched defs:scaleRatio (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
DZoomRatioMapper.cpp458 float scaleRatio, bool clamp, int32_t arrayWidth, int32_t arrayHeight) { in scaleCoordinates()
492 void ZoomRatioMapper::scaleRegion(int32_t* region, float scaleRatio, in scaleRegion()
511 float scaleRatio, int32_t arrayWidth, int32_t arrayHeight) { in scaleRects()
/frameworks/av/services/camera/libcameraservice/tests/
DZoomRatioTest.cpp259 for (float scaleRatio : scaleRatios) { in subScaleCoordinatesTest() local